gnu: python-pyzstd: Update to 0.15.3.

* gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.3.
This commit is contained in:
Ricardo Wurmus 2022-11-23 13:01:27 +01:00
parent 48a5dc0ffb
commit 32fa848611
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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)))