gnu: python-mamba: Update to 0.11.1.

* gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Tanguy Le Carrour 2020-07-30 14:29:13 +02:00 committed by Leo Famulari
parent 4af67aa2ce
commit 636d573b74
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -14783,13 +14783,13 @@ in other versions.")
(define-public python-mamba
(package
(name "python-mamba")
(version "0.11.0")
(version "0.11.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "mamba" version))
(sha256
(base32
"0bpbgz9v63rpanjjpc8bnvrr8fkms5rzylh77xrcki1x6az7gnsz"))))
"1jxy3bva94ac02a0wjsms79rp5104zmalxh8rhqqg6mw95cp6xpr"))))
(build-system python-build-system)
(arguments `(#:tests? #f)) ; No test
(propagated-inputs