guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-mamba: Update to 0.11.1.


From: guix-commits
Subject: branch master updated: gnu: python-mamba: Update to 0.11.1.
Date: Thu, 30 Jul 2020 21:00:41 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 636d573  gnu: python-mamba: Update to 0.11.1.
636d573 is described below

commit 636d573b7496d2b03670dd9db98b464141761fc6
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Jul 30 14:29:13 2020 +0200

    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>
---
 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 4a16dfe..a7c9049 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14783,13 +14783,13 @@ in other versions.")
 (define-public python-mamba
   (package
     (name "python-mamba")
-    (version "0.11.0")
+    (version "0.11.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "mamba" version))
               (sha256
                (base32
-                "0bpbgz9v63rpanjjpc8bnvrr8fkms5rzylh77xrcki1x6az7gnsz"))))
+                "1jxy3bva94ac02a0wjsms79rp5104zmalxh8rhqqg6mw95cp6xpr"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))  ; No test
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]