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 <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-03-14 17:37:16 +01:00
committed by Andreas Enge
parent d0824d42bb
commit f8f56501a7

View File

@@ -17359,7 +17359,7 @@ refactoring library.")
(define-public python-gorilla
(package
(name "python-gorilla")
(version "0.3.0")
(version "0.5.0")
(source
(origin
(method git-fetch)
@@ -17368,7 +17368,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))