guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d8d56393d4cb11e081be72b15fdbb2860671aeeb
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Thu Jul 2 23:10:53 2026 +0200
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 <[email protected]>
---
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 afe5eb142b..0eb74638e2 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -639,7 +639,7 @@ headers compressed with QPACK.")
(define-public python-pyppmd
(package
(name "python-pyppmd")
- (version "1.2.0")
+ (version "1.3.1")
(source
(origin
(method git-fetch)
@@ -648,7 +648,7 @@ headers compressed with QPACK.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1a3cqa6l1ip3kdd9d2h94znzrmgrhdbica83b494m9i3vl4i3glz"))))
+ (base32 "172b4x115sv10amlmjjg3g4nvq5vh8sqvkkdi04w6a3v7yh66rrp"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "--benchmark-disable")))