diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-05 12:49:18 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:01 +0000 |
commit | 90fadc44768d356a7ba1405785381c2ce5a72b83 (patch) | |
tree | 71b894331d4d2353d225d444e961b43a472a2707 | |
parent | e0198ae01af7f6e0ece1f3e8620b69b46b388e0a (diff) | |
download | guix-90fadc44768d356a7ba1405785381c2ce5a72b83.tar.gz guix-90fadc44768d356a7ba1405785381c2ce5a72b83.zip |
gnu: python-immutables: Update to 0.21.
* gnu/packages/python-xyz.scm (python-immutables): Update to 0.21.
Change-Id: Ib5ca5e84548782bd7a483b209f9ecaf372d642d3
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5e21b6cfde..7c5d1a3449 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16360,13 +16360,13 @@ distribution. It is not intended as an end-user tool.") (define-public python-immutables (package (name "python-immutables") - (version "0.18") + (version "0.21") (source (origin (method url-fetch) (uri (pypi-uri "immutables" version)) (sha256 - (base32 "1x4cinh0xbl6p6p2yfm2s07mxxy3lf0zzai9gqpydk4482bwfdjk")))) + (base32 "0jpw9nr2mbzqykigjhqa3a095bx7krwsnmjcxcpj944p8kqglpxm")))) (build-system pyproject-build-system) (native-inputs (list python-mypy python-pytest python-setuptools python-wheel)) |