guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit c3d3b24646a5422104c18f23707f4b26a3464555
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Jun 16 07:27:07 2026 +0200

    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 <[email protected]>
---
 gnu/packages/python-science.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 59edbbeebe..d321000944 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4900,16 +4900,22 @@ y, z)}.")
 (define-public python-pythran
   (package
     (name "python-pythran")
-    (version "0.17.0")
+    ;; 0.18.1 (2025-11-15), released version does not support gast 0.7.0 and
+    ;; beniget 0.5.0.
+    (properties '((commit . "1159b80a09ece110a369729507ba5d0bc8e895b2")
+                  (revision . "0")))
+    (version (git-version "0.18.1"
+                          (assoc-ref properties 'revision)
+                          (assoc-ref properties 'commit)))
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
               (url "https://github.com/serge-sans-paille/pythran";)
-              (commit (string-append "v" version))))
+              (commit (assoc-ref properties 'commit))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rm9lfbz5qvah1m0rr5gaaahkf1gzwlw1ysvym2l2yh0clglav94"))))
+        (base32 "0w9vbfqsazrl7zv4b7mh8alib4kihk9gn6xmxp2w39jg5wpk2bdi"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to