guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 47f121ae62d7e95d194cb8f0bf9b5089113c84c0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jul 16 23:06:16 2025 +0100
gnu: python-pylsqpack: Update to 0.3.22.
* gnu/packages/python-compression.scm (python-pylsqpack): Update to 0.3.22.
[native-inputs]: Add python-pytest.
Change-Id: Ib3c31c3678a8b7bf7866fc693518a33c263214a5
---
gnu/packages/python-compression.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index 9a122e2379..6ffa98c6a3 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -479,16 +479,16 @@ and decompression by implementing Python bindings for the
ISA-L library.")
(define-public python-pylsqpack
(package
(name "python-pylsqpack")
- (version "0.3.17")
+ (version "0.3.22")
(source (origin
(method url-fetch)
(uri (pypi-uri "pylsqpack" version))
(sha256
(base32
- "1qiwmavmxy6ba89mrdkzk52hqrd4awnp4yca395pxp2np66pf81g"))))
+ "1npcdj416gqc5zvlkyh9z808k381lrm56zvz1zsdjw437hdp2zxn"))))
;; FIXME: Unbundle ls-qpack and xxhash!
(build-system pyproject-build-system)
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/aiortc/pylsqpack")
(synopsis "Python bindings for @code{ls-qpack}")
(description