1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 Sharlatan Hellseher
parent d2549e7ba4
commit fc913b453d

View File

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