diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-24 23:02:28 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:15 +0100 |
commit | b945b977ddbcf9073d29a090a0a3d0bf95337074 (patch) | |
tree | 6fae8c5c061a18efa9501be6e7b5f2bb042d6d2e /gnu/packages/python-xyz.scm | |
parent | 5b7372efe811636fba7ae4b7717cdc3c3622a052 (diff) |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files 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 |