me
/
guix
Archived
1
0
Fork 0

gnu: python2-mmtk: Update to 2.7.12.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Konrad Hinsen 2019-11-19 19:52:50 +01:00 committed by Ludovic Courtès
parent c695f011b3
commit fe9b72c586
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 6 deletions

View File

@ -14657,16 +14657,17 @@ 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.11") (version "2.7.12")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://bitbucket.org/khinsen/" (uri (git-reference
"mmtk/downloads/MMTK-" version ".tar.gz")) (url "https://github.com/khinsen/MMTK")
(file-name (string-append "MMTK-" version ".tar.gz")) (commit (string-append "rel" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1d0nnjx4lwsvh8f99vv1r6gi50d93yba0adkz8b4zgv4za4c5862")))) "1fqwh3ba9jd42nigvn5shndgwb1zy7kh9520ncvqci7n8ffjr6p1"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("netcdf" ,netcdf))) `(("netcdf" ,netcdf)))