diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-05-05 10:04:32 +0000 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-05-21 16:00:43 +0200 |
| commit | 40b34212a31aae017eae96ef52f9abc079db4845 (patch) | |
| tree | 75c2633ec8a29efb278066dc76262760dbfd796a | |
| parent | 5c51bf955cc4cb1bb5df881ebe0685a1279d344b (diff) | |
gnu: python-asgiref: Update to 3.11.1.
* gnu/packages/python-web.scm (python-asgiref): Update to 3.11.1.
Change-Id: I5db4358264a6498306187fa59fdab0aeb2d69bb2
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 678d609462..2d98b8a507 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2761,12 +2761,12 @@ stream is an enhanced asynchronous iterable.") (define-public python-asgiref (package (name "python-asgiref") - (version "3.8.1") + (version "3.11.1") (source (origin (method url-fetch) (uri (pypi-uri "asgiref" version)) (sha256 - (base32 "146mhkn3zp2bqf7j6r3chdlvfzgs5x1lrnqahsllgjdyl20bshy3")))) + (base32 "1km4xlaa21z2h0gz8x84gfgrq8k2mhg48rc0hkz3wxky7g24s62z")))) (build-system pyproject-build-system) (native-inputs (list python-pytest |
