summaryrefslogtreecommitdiff
path: root/gnu/packages/python-compression.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-11-23 13:01:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-23 13:57:47 +0100
commit32fa8486112ad8fa658a0614bcc70df1f2610fca (patch)
tree756b8e78bad85f3f0ddda4c8d991072ce61e1f9f /gnu/packages/python-compression.scm
parent48a5dc0ffb9f1c5ed6c0d67afdd442b3b340cb25 (diff)
gnu: python-pyzstd: Update to 0.15.3.
* gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.3.
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r--gnu/packages/python-compression.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index 7dd01d611e4..99372998393 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -448,17 +448,18 @@ provided.")
448(define-public python-pyzstd 448(define-public python-pyzstd
449 (package 449 (package
450 (name "python-pyzstd") 450 (name "python-pyzstd")
451 (version "0.14.3") 451 (version "0.15.3")
452 (source 452 (source
453 (origin 453 (origin
454 (method url-fetch) 454 (method url-fetch)
455 (uri (pypi-uri "pyzstd" version)) 455 (uri (pypi-uri "pyzstd" version))
456 (sha256 456 (sha256
457 (base32 457 (base32
458 "1d3mngs45w2p490vrq5ymd2wz4lp15phmks1ilcx4k7amgibml3d")))) 458 "0wkli2i4my79l43b996bdga0fac8s8nfd1zjyzl46lwmsfsxlkmc"))))
459 (build-system python-build-system) 459 (build-system python-build-system)
460 (home-page "https://github.com/animalize/pyzstd") 460 (home-page "https://github.com/animalize/pyzstd")
461 (synopsis "Zstandard bindings for Python") 461 (synopsis "Zstandard bindings for Python")
462 (description "This package provides Python bindings to the Zstandard (zstd) 462 (description "This package provides Python bindings to the
463Zstandard (zstd)
463compression library. The API is similar to Python's bz2/lzma/zlib module.") 464compression library. The API is similar to Python's bz2/lzma/zlib module.")
464 (license license:bsd-3))) 465 (license license:bsd-3)))