diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-16 11:58:45 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-22 13:48:43 +0000 |
| commit | a387a5b999ae6425af162730d293739375a02d2a (patch) | |
| tree | 8f8a5b69027e29279d69f67863e1af9e41468a65 /gnu/packages/python-compression.scm | |
| parent | 3dbf1552dcb3c61365e4f9f285b513c13144026a (diff) | |
gnu: python-inflate64: Update to 1.0.3.
* gnu/packages/python-compression.scm (python-inflate64): Update to 1.0.3.
[propagated-inputs]: Remove python-importlib-metadata.
[native-inputs]: Remove python-wheel.
Change-Id: I81336fb3bb767ee1a1d04ce597ed10ec0dfc5c6b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
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 |
