guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e5da653a4e4f3d0823db239d1edfe60059f6806d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 11 11:44:25 2026 +0100
gnu: python-brotli: Update to 1.2.0.
* gnu/packages/python-compression.scm (python-brotli): Update to 1.2.0.
Change-Id: Iaccc8cb82e059a5839add13f492848befa250cfc
---
gnu/packages/python-compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index 1a90b40992..7351ec39f2 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -222,7 +222,7 @@ to access its data, so it can be used as a drop-in
replacement.")
(define-public python-brotli
(package
(name "python-brotli")
- (version "1.0.9")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -231,7 +231,7 @@ to access its data, so it can be used as a drop-in
replacement.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fikasxf7r2dwlk8mv8w7nmjkn0jw5ic31ky3mvpkdzwgd4xfndl"))
+ (base32 "0vv7r7m7m6hqhbwb017s4rvc378mjxxvigg37r76imsqlyafbxvq"))
(modules '((guix build utils)))
(snippet
#~(begin