1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00

gnu: mod-wsgi: Update to 4.9.4.

* gnu/packages/web.scm (mod-wsgi): Update to 4.9.4.
This commit is contained in:
Ludovic Courtès
2023-05-06 16:59:29 +02:00
parent e88bf64e6f
commit 7d4483d864

View File

@@ -323,7 +323,7 @@ and its related documentation.")
(define-public mod-wsgi
(package
(name "mod-wsgi")
(version "4.7.1")
(version "4.9.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -332,7 +332,7 @@ and its related documentation.")
(file-name (git-file-name name version))
(sha256
(base32
"1savh6h3qds20mwn1nqasmqzcp57pdhfc9v4b4k78d6q28y0r17s"))))
"1zf921nd9xxdvvc8awzzfrljr0n29vi28mlam0jdwvsk0xv4gd7a"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,httpd)