mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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:
parent
4af67aa2ce
commit
636d573b74
1 changed files with 2 additions and 2 deletions
|
@ -14783,13 +14783,13 @@ (define-public python2-configparser
|
||||||
(define-public python-mamba
|
(define-public python-mamba
|
||||||
(package
|
(package
|
||||||
(name "python-mamba")
|
(name "python-mamba")
|
||||||
(version "0.11.0")
|
(version "0.11.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mamba" version))
|
(uri (pypi-uri "mamba" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bpbgz9v63rpanjjpc8bnvrr8fkms5rzylh77xrcki1x6az7gnsz"))))
|
"1jxy3bva94ac02a0wjsms79rp5104zmalxh8rhqqg6mw95cp6xpr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ; No test
|
(arguments `(#:tests? #f)) ; No test
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue