diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-11 11:44:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:01:58 +0100 |
| commit | f21d5089e2b778cb7448696abee2adc6afbcc47f (patch) | |
| tree | baed7c820ea996a87810b1d03900769cb3555b83 /gnu/packages/python-compression.scm | |
| parent | 84eeda2e715d6392f5488e6f6583f445133fb9c4 (diff) | |
gnu: python-brotli: Update to 1.2.0.
* gnu/packages/python-compression.scm (python-brotli): Update to 1.2.0.
Change-Id: Iaccc8cb82e059a5839add13f492848befa250cfc
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 1a90b409925..7351ec39f25 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.") | |||
| 222 | (define-public python-brotli | 222 | (define-public python-brotli |
| 223 | (package | 223 | (package |
| 224 | (name "python-brotli") | 224 | (name "python-brotli") |
| 225 | (version "1.0.9") | 225 | (version "1.2.0") |
| 226 | (source | 226 | (source |
| 227 | (origin | 227 | (origin |
| 228 | (method git-fetch) | 228 | (method git-fetch) |
| @@ -231,7 +231,7 @@ to access its data, so it can be used as a drop-in replacement.") | |||
| 231 | (commit (string-append "v" version)))) | 231 | (commit (string-append "v" version)))) |
| 232 | (file-name (git-file-name name version)) | 232 | (file-name (git-file-name name version)) |
| 233 | (sha256 | 233 | (sha256 |
| 234 | (base32 "1fikasxf7r2dwlk8mv8w7nmjkn0jw5ic31ky3mvpkdzwgd4xfndl")) | 234 | (base32 "0vv7r7m7m6hqhbwb017s4rvc378mjxxvigg37r76imsqlyafbxvq")) |
| 235 | (modules '((guix build utils))) | 235 | (modules '((guix build utils))) |
| 236 | (snippet | 236 | (snippet |
| 237 | #~(begin | 237 | #~(begin |
