gnu: python-immutables: Update to 0.18.

* gnu/packages/python-xyz.scm (python-immutables): Update to 0.18.
[native-inputs]: Add python-mypy, python-pytest.
This commit is contained in:
Maxim Cournoyer 2022-06-24 23:47:42 -04:00
parent 61b509aec6
commit 76de731b4b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11522,14 +11522,15 @@ (define-public python-xlwt
(define-public python-immutables
(package
(name "python-immutables")
(version "0.14")
(version "0.18")
(source
(origin
(method url-fetch)
(uri (pypi-uri "immutables" version))
(sha256
(base32 "0y0aqw29g525frdnmv9paljzacpp4s21sadfbca5b137iciwr8d0"))))
(base32 "1x4cinh0xbl6p6p2yfm2s07mxxy3lf0zzai9gqpydk4482bwfdjk"))))
(build-system python-build-system)
(native-inputs (list python-mypy python-pytest))
(home-page "https://github.com/MagicStack/immutables")
(synopsis "High-performance immutable mapping type for Python")
(description