gnu: python-pyzstd: Update to 0.15.9.

* gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.9.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 306c1ab71c
commit 2cce0f10de
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -562,18 +562,16 @@ (define-public python-zstandard
(define-public python-pyzstd
(package
(name "python-pyzstd")
(version "0.15.3")
(version "0.15.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyzstd" version))
(sha256
(base32
"0wkli2i4my79l43b996bdga0fac8s8nfd1zjyzl46lwmsfsxlkmc"))))
(base32 "1iycfmif15v1jhv0gsza1hyd1hn3sz0vn9s1y79abzv8axndxzfb"))))
(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)))