summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-06-13 11:31:41 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-14 09:42:26 +0100
commit5cc7d8fc93ff0035353b7162e90523979c9dabed (patch)
tree6d6be41cabeb562e870b9b1335c4704674fa22bf /gnu/packages/maths.scm
parentabcecd2e2a43e1505ac6dd2ab023f59f86098957 (diff)
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 <csantosb@inventati.org> Change-Id: Ib6bcd28bea146134dbb3e0311efceb78e569273a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm17
1 files changed, 10 insertions, 7 deletions
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.")
4455(define-public python-blis 4455(define-public python-blis
4456 (package 4456 (package
4457 (name "python-blis") 4457 (name "python-blis")
4458 (version "1.2.1") 4458 (version "1.3.3")
4459 (source (origin 4459 (source
4460 (method url-fetch) 4460 (origin
4461 (uri (pypi-uri "blis" version)) 4461 (method git-fetch)
4462 (sha256 4462 (uri (git-reference
4463 (base32 4463 (url "https://github.com/explosion/cython-blis")
4464 "0nknjrd4pp8l5n68vpmcxfpr8mp0imjl51yj5g1468fwpvnvwrhh")))) 4464 (commit (string-append "release-v" version))))
4465 (file-name (git-file-name name version))
4466 (sha256
4467 (base32 "0ncr47054iy16wapb5yndr6rf3mh8wvi54ljgs791qp3i2yvjb08"))))
4465 (build-system pyproject-build-system) 4468 (build-system pyproject-build-system)
4466 (arguments 4469 (arguments
4467 (list 4470 (list