guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b945b977ddbcf9073d29a090a0a3d0bf95337074
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Jul 24 23:02:28 2025 +0200

    gnu: python-mamba: Update to 0.11.3.
    
    * gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.3.
    
    Change-Id: Iee20a18c2901dd6dd49f9383b9cffc4429a1fe1b
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 4b5d51d003..984bb0145e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26218,7 +26218,7 @@ package attempts to address the shortcomings of 
@code{isodate}.")
 (define-public python-mamba
   (package
     (name "python-mamba")
-    (version "0.11.2")
+    (version "0.11.3")
     (source
      (origin
        (method git-fetch)
@@ -26227,7 +26227,7 @@ package attempts to address the shortcomings of 
@code{isodate}.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1irlmakf0lf1sb8jp5kmkvxhq6b8ij9q5zn0zimdpnkq627mazbs"))))
+        (base32 "0kyqd6q216srmylklm9ryjkrxrby3b4bs1v9a5wg4aanxmalh6j7"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? #f)) ;No test

Reply via email to