From 5cc7d8fc93ff0035353b7162e90523979c9dabed Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 13 Jun 2026 11:31:41 +0200 Subject: gnu: python-blis: Update to 1.3.3. * gnu/packages/maths.scm (python-blis): Update to 1.3.3. [source]: Switch to git-fetch. Relates-to: guix/guix!9270 Reviewed-by: Cayetano Santos Change-Id: Ib6bcd28bea146134dbb3e0311efceb78e569273a Signed-off-by: Sharlatan Hellseher --- gnu/packages/maths.scm | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index cccd4edd6aa..44735cfc490 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4455,13 +4455,16 @@ primes and prime k-tuplets up to 264.") (define-public python-blis (package (name "python-blis") - (version "1.2.1") - (source (origin - (method url-fetch) - (uri (pypi-uri "blis" version)) - (sha256 - (base32 - "0nknjrd4pp8l5n68vpmcxfpr8mp0imjl51yj5g1468fwpvnvwrhh")))) + (version "1.3.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/explosion/cython-blis") + (commit (string-append "release-v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0ncr47054iy16wapb5yndr6rf3mh8wvi54ljgs791qp3i2yvjb08")))) (build-system pyproject-build-system) (arguments (list -- cgit v1.2.3