mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
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:
parent
306c1ab71c
commit
2cce0f10de
1 changed files with 3 additions and 5 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue