diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-02 23:10:53 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:18 +0100 |
| commit | f7585f7f54144ee3354592e233f2230f9d92b699 (patch) | |
| tree | bb9ccd337177790db99aae0a8a1004b26e10662d /gnu | |
| parent | eedab5b78fa27b24c393c7baa0eb87dbb18f049a (diff) | |
gnu: python-pyppmd: Update to 1.3.1.
* gnu/packages/python-compression.scm (python-pyppmd): Update to 1.3.1.
Relates-to: guix/guix!9669
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -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 afe5eb142b0..0eb74638e21 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -639,7 +639,7 @@ headers compressed with QPACK.") | |||
| 639 | (define-public python-pyppmd | 639 | (define-public python-pyppmd |
| 640 | (package | 640 | (package |
| 641 | (name "python-pyppmd") | 641 | (name "python-pyppmd") |
| 642 | (version "1.2.0") | 642 | (version "1.3.1") |
| 643 | (source | 643 | (source |
| 644 | (origin | 644 | (origin |
| 645 | (method git-fetch) | 645 | (method git-fetch) |
| @@ -648,7 +648,7 @@ headers compressed with QPACK.") | |||
| 648 | (commit (string-append "v" version)))) | 648 | (commit (string-append "v" version)))) |
| 649 | (file-name (git-file-name name version)) | 649 | (file-name (git-file-name name version)) |
| 650 | (sha256 | 650 | (sha256 |
| 651 | (base32 "1a3cqa6l1ip3kdd9d2h94znzrmgrhdbica83b494m9i3vl4i3glz")))) | 651 | (base32 "172b4x115sv10amlmjjg3g4nvq5vh8sqvkkdi04w6a3v7yh66rrp")))) |
| 652 | (build-system pyproject-build-system) | 652 | (build-system pyproject-build-system) |
| 653 | (arguments | 653 | (arguments |
| 654 | (list #:test-flags #~(list "--benchmark-disable"))) | 654 | (list #:test-flags #~(list "--benchmark-disable"))) |
