summaryrefslogtreecommitdiff
path: root/gnu/packages/python-compression.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-16 23:06:16 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:52 +0100
commitde14383ed5eee0e99f1f025277116b4c79cb589e (patch)
tree9f42f7ff8aec141d5f50a0254dc2fa91de02851d /gnu/packages/python-compression.scm
parent707c3fc21256249cf81141130f4c39d025220d22 (diff)
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
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r--gnu/packages/python-compression.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index 41729746f78..8170063c722 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.")
479(define-public python-pylsqpack 479(define-public python-pylsqpack
480 (package 480 (package
481 (name "python-pylsqpack") 481 (name "python-pylsqpack")
482 (version "0.3.17") 482 (version "0.3.22")
483 (source (origin 483 (source (origin
484 (method url-fetch) 484 (method url-fetch)
485 (uri (pypi-uri "pylsqpack" version)) 485 (uri (pypi-uri "pylsqpack" version))
486 (sha256 486 (sha256
487 (base32 487 (base32
488 "1qiwmavmxy6ba89mrdkzk52hqrd4awnp4yca395pxp2np66pf81g")))) 488 "1npcdj416gqc5zvlkyh9z808k381lrm56zvz1zsdjw437hdp2zxn"))))
489 ;; FIXME: Unbundle ls-qpack and xxhash! 489 ;; FIXME: Unbundle ls-qpack and xxhash!
490 (build-system pyproject-build-system) 490 (build-system pyproject-build-system)
491 (native-inputs (list python-setuptools python-wheel)) 491 (native-inputs (list python-pytest python-setuptools python-wheel))
492 (home-page "https://github.com/aiortc/pylsqpack") 492 (home-page "https://github.com/aiortc/pylsqpack")
493 (synopsis "Python bindings for @code{ls-qpack}") 493 (synopsis "Python bindings for @code{ls-qpack}")
494 (description 494 (description