diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-05-05 10:04:32 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:00 +0100 |
| commit | 02a0b92cdb3e51eda65b4e81a6add13e959f4f54 (patch) | |
| tree | 7eb14406a47eac01710973559fec8a39c27736ba /gnu/packages | |
| parent | 56fee24f0a383a51279df6a7a583eec10cc1bc78 (diff) | |
gnu: python-asgiref: Update to 3.11.1.
* gnu/packages/python-web.scm (python-asgiref): Update to 3.11.1.
Relates-to: guix/guix!8726
Change-Id: I5db4358264a6498306187fa59fdab0aeb2d69bb2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -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 ddc63feb97c..a4a2e783b89 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -3138,12 +3138,12 @@ stream is an enhanced asynchronous iterable.") | |||
| 3138 | (define-public python-asgiref | 3138 | (define-public python-asgiref |
| 3139 | (package | 3139 | (package |
| 3140 | (name "python-asgiref") | 3140 | (name "python-asgiref") |
| 3141 | (version "3.8.1") | 3141 | (version "3.11.1") |
| 3142 | (source (origin | 3142 | (source (origin |
| 3143 | (method url-fetch) | 3143 | (method url-fetch) |
| 3144 | (uri (pypi-uri "asgiref" version)) | 3144 | (uri (pypi-uri "asgiref" version)) |
| 3145 | (sha256 | 3145 | (sha256 |
| 3146 | (base32 "146mhkn3zp2bqf7j6r3chdlvfzgs5x1lrnqahsllgjdyl20bshy3")))) | 3146 | (base32 "1km4xlaa21z2h0gz8x84gfgrq8k2mhg48rc0hkz3wxky7g24s62z")))) |
| 3147 | (build-system pyproject-build-system) | 3147 | (build-system pyproject-build-system) |
| 3148 | (native-inputs | 3148 | (native-inputs |
| 3149 | (list python-pytest | 3149 | (list python-pytest |
