diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-27 00:14:58 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-27 14:49:34 -0500 |
commit | 38e81a2c55fe2ae35c53cdb2cda84baa7b6fcb86 (patch) | |
tree | e180b64af228a68939982ba5d893c442f6d6e405 /gnu/packages | |
parent | 4228a79e6fef44542e6bfbcd65e12ab2f6d9442d (diff) |
gnu: python-munkres: Update to 1.0.8.
* gnu/packages/python.scm (python-munkres, python2-munkres): Update to 1.0.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 39b40e7753..ef38e35470 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9535,13 +9535,13 @@ way.") (define-public python-munkres (package (name "python-munkres") - (version "1.0.7") + (version "1.0.8") (source (origin (method url-fetch) (uri (pypi-uri "munkres" version)) (sha256 (base32 - "1i6nf45i0kkzdx6k70giybsqxz4dxsjbrkrfqgjd7znfkf25sjik")))) + "0mbspx4zv8id4x6pim6ybsa1xh96qwpbqj7skbqz4c9c9nf1lpqq")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; no test suite |