diff options
| author | Brendan Tildesley <mail@brendan.scot> | 2021-03-10 18:33:12 +1100 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2021-04-09 16:09:25 -0400 |
| commit | 852f9324857c616da7d74a9aede83016e9082fc0 (patch) | |
| tree | 5ad859e294af89399c140c20ff49d54ce40dd2e3 /gnu/packages/python-compression.scm | |
| parent | 8cc985a00bdefd6dcff697cfcf7253b6e4c90a61 (diff) | |
gnu: python-zstandard: Update to 0.15.2.
* gnu/packages/python-compression.scm (python-zstandard): Update to 0.15.2.
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 884f55e213c..f87eacc853b 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -347,13 +347,13 @@ wrapper. It provides a backport of the @code{Path} object.") | |||
| 347 | (define-public python-zstandard | 347 | (define-public python-zstandard |
| 348 | (package | 348 | (package |
| 349 | (name "python-zstandard") | 349 | (name "python-zstandard") |
| 350 | (version "0.13.0") | 350 | (version "0.15.2") |
| 351 | (source | 351 | (source |
| 352 | (origin | 352 | (origin |
| 353 | (method url-fetch) | 353 | (method url-fetch) |
| 354 | (uri (pypi-uri "zstandard" version)) | 354 | (uri (pypi-uri "zstandard" version)) |
| 355 | (sha256 | 355 | (sha256 |
| 356 | (base32 "0q9msi00s93iqm8vzd839r7yc51gz54z90h5bckqyjdxa6vxijz5")))) | 356 | (base32 "0by9z7nxnkzhmza075q6q91rs8lnpf91129k8ppv7kymbwshipjj")))) |
| 357 | (build-system python-build-system) | 357 | (build-system python-build-system) |
| 358 | (native-inputs | 358 | (native-inputs |
| 359 | `(("python-hypothesis" ,python-hypothesis))) | 359 | `(("python-hypothesis" ,python-hypothesis))) |
