From fdbcdb3528c83e86adae9141c96537c1ee18627e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 12 Dec 2024 23:09:49 +0100 Subject: [PATCH] python3-jellyfish: update to 1.1.2. --- srcpkgs/python3-jellyfish/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template index a6ebb721e33..1603201e68e 100644 --- a/srcpkgs/python3-jellyfish/template +++ b/srcpkgs/python3-jellyfish/template @@ -1,6 +1,6 @@ # Template file for 'python3-jellyfish' pkgname=python3-jellyfish -version=1.0.4 +version=1.1.2 revision=1 build_style=python3-pep517 build_helper="rust" @@ -14,7 +14,7 @@ license="BSD-2-Clause" homepage="https://jamesturk.github.io/jellyfish/" changelog="https://raw.githubusercontent.com/jamesturk/jellyfish/main/docs/changelog.md" distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz" -checksum=72aabb3bedd513cdd20712242fd51173b59972c0b146b7a0b9c6f32f1656293f +checksum=a31de6ce7385746df3b65aa3401c30d0881b5abb518cff99090be7ef96129333 if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std"