diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2020-11-23 13:22:52 +0100 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2020-11-24 12:10:12 +0530 |
commit | ccfafebc7d5901641328b0c5908521859b7e102e (patch) | |
tree | 0a82bbf3cfb1bbb6659e2a3e9247ddf4d083fbdb /gnu/packages | |
parent | 3f8113bbbd80290951c7516a9d30cea9437d6caa (diff) |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 389f385279..6d63bd34ba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |