summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-06-16 07:27:07 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:14 +0100
commit74f2f72dd6702978be6008bde5519c45395f1ca9 (patch)
tree13ad11eaf3ce87f892bda5c78c509be6bc300efc /gnu
parent7add9cf1ee28f98e839b4d46eb0756b3463639a8 (diff)
gnu: python-pythran: Update to 0.18.1-0.1159b80.
* gnu/packages/python-science.scm (python-pythran): Update to 1159b80a09ece110a369729507ba5d0bc8e895b2 commit. Relates-to: guix/guix!9327. Change-Id: I408e718acc942dc514e8874ac161ac226f107f2f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-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