guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a872da43d0b41907a60463cf9620bee6df53972b
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sat Mar 14 17:37:16 2026 +0100
gnu: python-gorilla: Update to 0.5.0.
* gnu/packages/python-xyz.scm (python-gorilla): Update to 0.5.0.
Change-Id: If6ec17cca1f3a08867fa3c163b1964b893621548
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 475c33e20d..0bb717957b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17042,7 +17042,7 @@ refactoring library.")
(define-public python-gorilla
(package
(name "python-gorilla")
- (version "0.3.0")
+ (version "0.5.0")
(source
(origin
(method git-fetch)
@@ -17051,7 +17051,7 @@ refactoring library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0hm5ynswhz6i763s6cjlh8lv5ai0f3x17mjvlihqs8idlk4vbrn0"))))
+ (base32 "1j1ajnav99nlggqcpcpzg6hny3wgpsy4i8f1s9drx003m9ma2j7l"))))
(build-system pyproject-build-system)
(arguments (list #:test-backend #~'unittest))
(native-inputs (list python-setuptools))