diff mbox series

[bug#56729,RFC,v3,30/32] gnu: python-pythran: Update to 0.13.1.

Message ID 5d5949f9d653a2506af98125f0fb5b1010257e9c.1685391448.git.guix@ikherbers.com
State New
Headers show
Series Add sagemath. | expand

Commit Message

vicvbcun May 29, 2023, 8:38 p.m. UTC
* gnu/packages/python-science.scm (python-pythran): Update to 0.13.1.
---

Notes:
    I gave up rebuilding all the dependent packages when `gnuradio' filled my
    `/tmp' tmpfs and building `python-graph-tool' consumed all my RAM

 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 7d3319e367..1e24ebb2d5 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -478,14 +478,14 @@  (define-public python-pandas
 (define-public python-pythran
   (package
     (name "python-pythran")
-    (version "0.11.0")
+    (version "0.13.1")
     (home-page "https://github.com/serge-sans-paille/pythran")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page) (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0cm7wfcyvkp1wmq7n1lyf2d3sj6158jf63bagjpjmfnjwij19n0p"))
+               (base32 "16qi7lirl2bmzs5cavrjgrgz8fhnw88kc2hg53d7chb0w92yp83d"))
               (modules '((guix build utils)))
               (snippet
                '(begin