guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python2-mmtk: Update to 2.7.11


From: Leo Famulari
Subject: 01/01: gnu: python2-mmtk: Update to 2.7.11
Date: Tue, 23 Jan 2018 14:46:44 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ce018d16f1ebae914220e2351487b43cb7254442
Author: Konrad Hinsen <address@hidden>
Date:   Tue Jan 23 18:29:18 2018 +0100

    gnu: python2-mmtk: Update to 2.7.11
    
    * gnu/packages/python.scm (python2-mmtk): Update to 2.7.11.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8802abd..e4d5edb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12334,7 +12334,7 @@ not actively maintained and works only with Python 2 
and NumPy < 1.9.")
 (define-public python2-mmtk
   (package
     (name "python2-mmtk")
-    (version "2.7.10")
+    (version "2.7.11")
     (source
      (origin
        (method url-fetch)
@@ -12343,7 +12343,7 @@ not actively maintained and works only with Python 2 
and NumPy < 1.9.")
        (file-name (string-append "MMTK-" version ".tar.gz"))
        (sha256
         (base32
-         "1k4gsd50zja89dbzgy3aji7h4zpvbvdfrds7rxr3whqrsgcffnir"))))
+         "1d0nnjx4lwsvh8f99vv1r6gi50d93yba0adkz8b4zgv4za4c5862"))))
     (build-system python-build-system)
     (native-inputs
      `(("netcdf" ,netcdf)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]