mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-nh3: Update to 0.2.20.
* gnu/packages/python-web.scm (python-nh3): Update to 0.2.20. [cargo-inputs]: Replace rust-pyo3-0.21 with 0.23. Change-Id: I50f7d7e98e86afa0d363d03148ebe855f7a67044
This commit is contained in:
parent
5303c63277
commit
f17c7b3ab6
1 changed files with 3 additions and 3 deletions
|
@ -3587,13 +3587,13 @@ verification of the SSL peer.")
|
||||||
(define-public python-nh3
|
(define-public python-nh3
|
||||||
(package
|
(package
|
||||||
(name "python-nh3")
|
(name "python-nh3")
|
||||||
(version "0.2.17")
|
(version "0.2.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nh3" version))
|
(uri (pypi-uri "nh3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a7hrca5bbbrz20cbqy16n8vaxf4v2q1r9zv9vjlbmn334d79l20"))))
|
(base32 "1mcf3y5294glji9lhzh57wymw4srbvzdg0kcakm0p2pqgwnw81cp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3615,7 +3615,7 @@ verification of the SSL peer.")
|
||||||
(invoke "pytest" "-vv" "tests")))))
|
(invoke "pytest" "-vv" "tests")))))
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
`(("rust-ammonia" ,rust-ammonia-4)
|
`(("rust-ammonia" ,rust-ammonia-4)
|
||||||
("rust-pyo3" ,rust-pyo3-0.21))
|
("rust-pyo3" ,rust-pyo3-0.23))
|
||||||
#:install-source? #false))
|
#:install-source? #false))
|
||||||
(native-inputs (list maturin python-pytest python-wrapper))
|
(native-inputs (list maturin python-pytest python-wrapper))
|
||||||
(home-page "https://nh3.readthedocs.io")
|
(home-page "https://nh3.readthedocs.io")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue