diff options
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 9a8bb5131ce..8702cc4a2e4 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -426,20 +426,16 @@ Jump conversion filter by CFFI for Python.") | |||
| 426 | (define-public python-inflate64 | 426 | (define-public python-inflate64 |
| 427 | (package | 427 | (package |
| 428 | (name "python-inflate64") | 428 | (name "python-inflate64") |
| 429 | (version "0.3.1") | 429 | (version "1.0.3") |
| 430 | (source (origin | 430 | (source (origin |
| 431 | (method url-fetch) | 431 | (method url-fetch) |
| 432 | (uri (pypi-uri "inflate64" version)) | 432 | (uri (pypi-uri "inflate64" version)) |
| 433 | (sha256 | 433 | (sha256 |
| 434 | (base32 | 434 | (base32 |
| 435 | "0767j35gkwaykl1iq9qn8rc25j1ggv56x3d1vzjpk89bzpzdhbdm")))) | 435 | "1vhj7qhghyc6bvwqval471d2rnsm2pzk2byklp1s1v9ndi0xv7m8")))) |
| 436 | (build-system pyproject-build-system) | 436 | (build-system pyproject-build-system) |
| 437 | (propagated-inputs (list python-importlib-metadata)) | ||
| 438 | (native-inputs | 437 | (native-inputs |
| 439 | (list python-pytest | 438 | (list python-pytest python-setuptools python-setuptools-scm)) |
| 440 | python-setuptools-scm | ||
| 441 | python-setuptools | ||
| 442 | python-wheel)) | ||
| 443 | (home-page "https://pypi.org/project/inflate64/") | 439 | (home-page "https://pypi.org/project/inflate64/") |
| 444 | (synopsis "Compression/decompression library") | 440 | (synopsis "Compression/decompression library") |
| 445 | (description "The @code{inflate64} package provides @code{Deflater} and | 441 | (description "The @code{inflate64} package provides @code{Deflater} and |
