diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-23 13:01:27 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-23 13:57:47 +0100 |
commit | 32fa8486112ad8fa658a0614bcc70df1f2610fca (patch) | |
tree | 756b8e78bad85f3f0ddda4c8d991072ce61e1f9f | |
parent | 48a5dc0ffb9f1c5ed6c0d67afdd442b3b340cb25 (diff) |
gnu: python-pyzstd: Update to 0.15.3.
* gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.3.
-rw-r--r-- | gnu/packages/python-compression.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 7dd01d611e..9937299839 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -448,17 +448,18 @@ provided.") (define-public python-pyzstd (package (name "python-pyzstd") - (version "0.14.3") + (version "0.15.3") (source (origin (method url-fetch) (uri (pypi-uri "pyzstd" version)) (sha256 (base32 - "1d3mngs45w2p490vrq5ymd2wz4lp15phmks1ilcx4k7amgibml3d")))) + "0wkli2i4my79l43b996bdga0fac8s8nfd1zjyzl46lwmsfsxlkmc")))) (build-system python-build-system) (home-page "https://github.com/animalize/pyzstd") (synopsis "Zstandard bindings for Python") - (description "This package provides Python bindings to the Zstandard (zstd) + (description "This package provides Python bindings to the +Zstandard (zstd) compression library. The API is similar to Python's bz2/lzma/zlib module.") (license license:bsd-3))) |