mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: python-immutables: Update to 0.21.
* gnu/packages/python-xyz.scm (python-immutables): Update to 0.21. Change-Id: Ib5ca5e84548782bd7a483b209f9ecaf372d642d3
This commit is contained in:
parent
e0198ae01a
commit
90fadc4476
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue