mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-multidict: Update to 6.1.0.
* gnu/packages/python-xyz.scm (python-multidict): Update to 6.1.0. [propagated-inputs]: Add python-typing-extensions. Change-Id: I1bc3e818a5c009ed360cd2ad2c00a395c5ea8966
This commit is contained in:
parent
2a24283269
commit
4f5d5cfb12
1 changed files with 3 additions and 2 deletions
|
@ -10763,15 +10763,16 @@ e.g. copy examples, fetch data, etc.")
|
||||||
(define-public python-multidict
|
(define-public python-multidict
|
||||||
(package
|
(package
|
||||||
(name "python-multidict")
|
(name "python-multidict")
|
||||||
(version "5.2.0")
|
(version "6.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "multidict" version))
|
(uri (pypi-uri "multidict" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kjrxav572j45xvr1iy60zb2g8zqvrinzdkl4ax36js4vczckl8d"))))
|
"0jlgjpclkh5g6vr1danl6alz0cza2jlzdqh3q03d4s8ckfzjxbi2"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-typing-extensions))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-pytest-cov python-setuptools python-wheel))
|
(list python-pytest python-pytest-cov python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/aio-libs/multidict/")
|
(home-page "https://github.com/aio-libs/multidict/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue