mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
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:
parent
3f8113bbbd
commit
ccfafebc7d
1 changed files with 2 additions and 2 deletions
|
@ -15457,13 +15457,13 @@ (define-public python2-configparser
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue