gnu: python-munkres: Update to 1.0.8.
* gnu/packages/python.scm (python-munkres, python2-munkres): Update to 1.0.8.
This commit is contained in:
parent
4228a79e6f
commit
38e81a2c55
|
@ -9535,13 +9535,13 @@ way.")
|
||||||
(define-public python-munkres
|
(define-public python-munkres
|
||||||
(package
|
(package
|
||||||
(name "python-munkres")
|
(name "python-munkres")
|
||||||
(version "1.0.7")
|
(version "1.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "munkres" version))
|
(uri (pypi-uri "munkres" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i6nf45i0kkzdx6k70giybsqxz4dxsjbrkrfqgjd7znfkf25sjik"))))
|
"0mbspx4zv8id4x6pim6ybsa1xh96qwpbqj7skbqz4c9c9nf1lpqq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no test suite
|
'(#:tests? #f)) ; no test suite
|
||||||
|
|
Loading…
Reference in New Issue