me
/
guix
Archived
1
0
Fork 0

gnu: python-pyzstd: Update to 0.15.3.

* gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.3.
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
1 changed files with 4 additions and 3 deletions

View File

@ -448,17 +448,18 @@ provided.")
(define-public python-pyzstd (define-public python-pyzstd
(package (package
(name "python-pyzstd") (name "python-pyzstd")
(version "0.14.3") (version "0.15.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyzstd" version)) (uri (pypi-uri "pyzstd" version))
(sha256 (sha256
(base32 (base32
"1d3mngs45w2p490vrq5ymd2wz4lp15phmks1ilcx4k7amgibml3d")))) "0wkli2i4my79l43b996bdga0fac8s8nfd1zjyzl46lwmsfsxlkmc"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/animalize/pyzstd") (home-page "https://github.com/animalize/pyzstd")
(synopsis "Zstandard bindings for Python") (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.") compression library. The API is similar to Python's bz2/lzma/zlib module.")
(license license:bsd-3))) (license license:bsd-3)))