gnu: python-mamba: Update to 0.11.2.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Tanguy Le Carrour 2020-11-23 13:22:52 +01:00 committed by Arun Isaac
parent 3f8113bbbd
commit ccfafebc7d
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3

View File

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