mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-immutabledict: Update to 4.2.0.
* gnu/packages/python-xyz.scm (python-immutabledict): Update to 4.2.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-poetry-core. Change-Id: Ifc3499f6e01efefdcb58aadcae87bbb5a0295d46
This commit is contained in:
parent
8a683b1628
commit
064fcf007b
1 changed files with 4 additions and 4 deletions
|
@ -13702,18 +13702,18 @@ (define-public python-pyzmq
|
|||
(define-public python-immutabledict
|
||||
(package
|
||||
(name "python-immutabledict")
|
||||
(version "2.2.1")
|
||||
(version "4.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "immutabledict" version))
|
||||
(sha256
|
||||
(base32 "0fpc4gbk7inpfbgdypsg6c18bmdjw8gwx47bjw0hvixn3gghxnqx"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "0pvwfasa5l78pi32zk55x5ihpdzkdh4f3xwbfmd7ldyjma0zs0z0"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests in PyPI release and no setup.py in GitHub
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(list python-poetry-core python-pytest))
|
||||
(home-page "https://github.com/corenting/immutabledict")
|
||||
(synopsis "Immutable wrapper around dictionaries")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue