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:
Brendan Tildesley 2021-03-10 18:33:12 +11:00 committed by Leo Famulari
parent 8cc985a00b
commit 852f932485
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -347,13 +347,13 @@ (define-public python2-zipp-bootstrap
(define-public python-zstandard
(package
(name "python-zstandard")
(version "0.13.0")
(version "0.15.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zstandard" version))
(sha256
(base32 "0q9msi00s93iqm8vzd839r7yc51gz54z90h5bckqyjdxa6vxijz5"))))
(base32 "0by9z7nxnkzhmza075q6q91rs8lnpf91129k8ppv7kymbwshipjj"))))
(build-system python-build-system)
(native-inputs
`(("python-hypothesis" ,python-hypothesis)))