mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zstandard: Update to 0.15.2.
* gnu/packages/python-compression.scm (python-zstandard): Update to 0.15.2.
This commit is contained in:
parent
8cc985a00b
commit
852f932485
1 changed files with 2 additions and 2 deletions
|
@ -347,13 +347,13 @@ wrapper. It provides a backport of the @code{Path} object.")
|
||||||
(define-public python-zstandard
|
(define-public python-zstandard
|
||||||
(package
|
(package
|
||||||
(name "python-zstandard")
|
(name "python-zstandard")
|
||||||
(version "0.13.0")
|
(version "0.15.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zstandard" version))
|
(uri (pypi-uri "zstandard" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0q9msi00s93iqm8vzd839r7yc51gz54z90h5bckqyjdxa6vxijz5"))))
|
(base32 "0by9z7nxnkzhmza075q6q91rs8lnpf91129k8ppv7kymbwshipjj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-hypothesis" ,python-hypothesis)))
|
`(("python-hypothesis" ,python-hypothesis)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue