diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-01-09 10:54:36 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-09 10:54:36 +0200 |
| commit | 66a1a1fe22aff54973ab5c33957a338b33b8274c (patch) | |
| tree | 4b6def312debbbc5020294bf469568ef638c0c5c /gnu/packages/python-web.scm | |
| parent | 7f27dc47c52886b785359799b6dc67b61f638544 (diff) | |
| parent | 986245daca2fb50d58cf0f2b9273f0d670d38af2 (diff) | |
Merge remote-tracking branch 'origin/rust-team'
Change-Id: Ib21a0ea59fb2ae4e802552057227c636f24a6f8c
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d0695e39f3..27ac440014 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3587,13 +3587,13 @@ verification of the SSL peer.") (define-public python-nh3 (package (name "python-nh3") - (version "0.2.17") + (version "0.2.20") (source (origin (method url-fetch) (uri (pypi-uri "nh3" version)) (sha256 - (base32 "0a7hrca5bbbrz20cbqy16n8vaxf4v2q1r9zv9vjlbmn334d79l20")))) + (base32 "1mcf3y5294glji9lhzh57wymw4srbvzdg0kcakm0p2pqgwnw81cp")))) (build-system cargo-build-system) (arguments (list @@ -3615,7 +3615,7 @@ verification of the SSL peer.") (invoke "pytest" "-vv" "tests"))))) #:cargo-inputs `(("rust-ammonia" ,rust-ammonia-4) - ("rust-pyo3" ,rust-pyo3-0.21)) + ("rust-pyo3" ,rust-pyo3-0.23)) #:install-source? #false)) (native-inputs (list maturin python-pytest python-wrapper)) (home-page "https://nh3.readthedocs.io") |
