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:02:02 +0100 |
| commit | f745ab5329c05b269ce0f40db6622b9d0ed4fb47 (patch) | |
| tree | edeebb447219325300faa4b0d8868ec529c2b481 /gnu/packages/python-compression.scm | |
| parent | 4f26735e754690cd59ed4c8ca9a344dc98c55f50 (diff) | |
gnu: python-brotlicffi: Update to 1.2.0.1.
* gnu/packages/python-compression.scm (python-brotlicffi): Update to 1.2.0.1.
[source]: Switch to git-fetch.
[native-inputs]: Remove python-wheel.
Change-Id: I64936ddf586413c5a353d34976231ab19b5ba232
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 218edf15757..074a4066446 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -460,13 +460,16 @@ Jump conversion filter by CFFI for Python.") | |||
| 460 | (define-public python-brotlicffi | 460 | (define-public python-brotlicffi |
| 461 | (package | 461 | (package |
| 462 | (name "python-brotlicffi") | 462 | (name "python-brotlicffi") |
| 463 | (version "1.1.0.0") | 463 | (version "1.2.0.1") |
| 464 | (source | 464 | (source |
| 465 | (origin | 465 | (origin |
| 466 | (method url-fetch) | 466 | (method git-fetch) |
| 467 | (uri (pypi-uri "brotlicffi" version)) | 467 | (uri (git-reference |
| 468 | (url "https://github.com/python-hyper/brotlicffi") | ||
| 469 | (commit (string-append "v" version)))) | ||
| 470 | (file-name (git-file-name name version)) | ||
| 468 | (sha256 | 471 | (sha256 |
| 469 | (base32 "04rw11qllb43si8g6gnliy41gavkna9hnc8mg7w46lchi6k2fy5p")) | 472 | (base32 "1jal6gz3crca61gnmxjl37dycak0rsj46kvyfqhkmc15s17f64rm")) |
| 470 | (snippet | 473 | (snippet |
| 471 | #~(begin | 474 | #~(begin |
| 472 | (use-modules (guix build utils)) | 475 | (use-modules (guix build utils)) |
| @@ -495,8 +498,7 @@ Jump conversion filter by CFFI for Python.") | |||
| 495 | (format #f "open(~s)" brotli-version-source))))))))) | 498 | (format #f "open(~s)" brotli-version-source))))))))) |
| 496 | (native-inputs | 499 | (native-inputs |
| 497 | (list python-pytest | 500 | (list python-pytest |
| 498 | python-setuptools | 501 | python-setuptools)) |
| 499 | python-wheel)) | ||
| 500 | (inputs | 502 | (inputs |
| 501 | (list brotli)) | 503 | (list brotli)) |
| 502 | (propagated-inputs | 504 | (propagated-inputs |
