gnu: python2-mmtk: Update to 2.7.11

* gnu/packages/python.scm (python2-mmtk): Update to 2.7.11.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Konrad Hinsen 2018-01-23 18:29:18 +01:00 committed by Leo Famulari
parent 6f774d4818
commit ce018d16f1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -12334,7 +12334,7 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.")
(define-public python2-mmtk (define-public python2-mmtk
(package (package
(name "python2-mmtk") (name "python2-mmtk")
(version "2.7.10") (version "2.7.11")
(source (source
(origin (origin
(method url-fetch) (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")) (file-name (string-append "MMTK-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1k4gsd50zja89dbzgy3aji7h4zpvbvdfrds7rxr3whqrsgcffnir")))) "1d0nnjx4lwsvh8f99vv1r6gi50d93yba0adkz8b4zgv4za4c5862"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("netcdf" ,netcdf))) `(("netcdf" ,netcdf)))