summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm12
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 29c1e9358e5..6d03a9abe3a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4912,16 +4912,22 @@ y, z)}.")
4912(define-public python-pythran 4912(define-public python-pythran
4913 (package 4913 (package
4914 (name "python-pythran") 4914 (name "python-pythran")
4915 (version "0.17.0") 4915 ;; 0.18.1 (2025-11-15), released version does not support gast 0.7.0 and
4916 ;; beniget 0.5.0.
4917 (properties '((commit . "1159b80a09ece110a369729507ba5d0bc8e895b2")
4918 (revision . "0")))
4919 (version (git-version "0.18.1"
4920 (assoc-ref properties 'revision)
4921 (assoc-ref properties 'commit)))
4916 (source 4922 (source
4917 (origin 4923 (origin
4918 (method git-fetch) 4924 (method git-fetch)
4919 (uri (git-reference 4925 (uri (git-reference
4920 (url "https://github.com/serge-sans-paille/pythran") 4926 (url "https://github.com/serge-sans-paille/pythran")
4921 (commit (string-append "v" version)))) 4927 (commit (assoc-ref properties 'commit))))
4922 (file-name (git-file-name name version)) 4928 (file-name (git-file-name name version))
4923 (sha256 4929 (sha256
4924 (base32 "1rm9lfbz5qvah1m0rr5gaaahkf1gzwlw1ysvym2l2yh0clglav94")))) 4930 (base32 "0w9vbfqsazrl7zv4b7mh8alib4kihk9gn6xmxp2w39jg5wpk2bdi"))))
4925 (build-system pyproject-build-system) 4931 (build-system pyproject-build-system)
4926 (arguments 4932 (arguments
4927 (list 4933 (list