From fc913b453d5a96287a7bf16acb5cf3dc331e653a Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sat, 14 Mar 2026 17:37:16 +0100 Subject: [PATCH] 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 --- 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 862693be27..e5a044012f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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))