[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-mamba: Update to 0.11.2.
From: |
guix-commits |
Subject: |
02/02: gnu: python-mamba: Update to 0.11.2. |
Date: |
Tue, 24 Nov 2020 01:45:18 -0500 (EST) |
arunisaac pushed a commit to branch master
in repository guix.
commit ccfafebc7d5901641328b0c5908521859b7e102e
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Nov 23 13:22:52 2020 +0100
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>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 389f385..6d63bd3 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