summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-03 18:05:38 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:29 +0100
commit6ccb309f39db873392cf53f7aaf2e6062676083e (patch)
tree3c9b988abd0ac98d5fb48fdaf7cbf48e351e684f /gnu/packages/python-science.scm
parent7ae10296d820bc9c9277c340d4d1146c1e6a63eb (diff)
gnu: python-numba-stats: Update to 1.12.0.
* gnu/packages/python-science.scm (python-numba-stats): Update to 1.12.0. [source]: Switch to git-fetch. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm11
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 78fc2c5a826..dda2b79d576 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2407,13 +2407,16 @@ support for DICOM.")
2407(define-public python-numba-stats 2407(define-public python-numba-stats
2408 (package 2408 (package
2409 (name "python-numba-stats") 2409 (name "python-numba-stats")
2410 (version "1.11.0") 2410 (version "1.12.0")
2411 (source 2411 (source
2412 (origin 2412 (origin
2413 (method url-fetch) 2413 (method git-fetch)
2414 (uri (pypi-uri "numba_stats" version)) 2414 (uri (git-reference
2415 (url "https://github.com/scikit-hep/numba-stats")
2416 (commit (string-append "v" version))))
2417 (file-name (git-file-name name version))
2415 (sha256 2418 (sha256
2416 (base32 "1m5gwrc3liqydpix5ckyc7s5ysvgvinbznnkcvk2xjz13lwfy2s8")))) 2419 (base32 "0fv3bdpsnjirhd8wqvivfsbym6l3br6p26nr104q07144xahyxw4"))))
2417 (build-system pyproject-build-system) 2420 (build-system pyproject-build-system)
2418 (native-inputs 2421 (native-inputs
2419 (list python-pytest 2422 (list python-pytest