[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: mod-wsgi: Update to 4.9.4.
From: |
guix-commits |
Subject: |
03/13: gnu: mod-wsgi: Update to 4.9.4. |
Date: |
Sat, 6 May 2023 12:21:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7d4483d864ef7d5377ca9bc9ba075639399a8daa
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat May 6 16:59:29 2023 +0200
gnu: mod-wsgi: Update to 4.9.4.
* gnu/packages/web.scm (mod-wsgi): Update to 4.9.4.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 406e7343d8..26a059ddd4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)
- branch master updated (1cb0dee3a3 -> c625e5b64d), guix-commits, 2023/05/06
- 01/13: tests: Add missing module imports for marionette-evaluated code., guix-commits, 2023/05/06
- 04/13: gnu: python-ldap: Update to 3.4.3., guix-commits, 2023/05/06
- 10/13: doc: cookbook: Remove outdated section about GUIX_PACKAGE_PATH., guix-commits, 2023/05/06
- 02/13: services: dbus-service, secret-service: Do not cause (fibers) to be loaded., guix-commits, 2023/05/06
- 03/13: gnu: mod-wsgi: Update to 4.9.4.,
guix-commits <=
- 09/13: gnu: glances: Update to 3.3.1.1., guix-commits, 2023/05/06
- 06/13: lint: archival: Warn against non-origin package sources., guix-commits, 2023/05/06
- 05/13: gnu: gitile: Fix build., guix-commits, 2023/05/06
- 11/13: gnu: hostapd: Add ACS and full dynamic vlan support, guix-commits, 2023/05/06
- 07/13: gnu: msmtp: Install old msmtpqueue scripts, guix-commits, 2023/05/06
- 12/13: doc: Use G-Expressions for package definition example., guix-commits, 2023/05/06
- 08/13: gnu: python-ujson: Update to 5.7.0., guix-commits, 2023/05/06
- 13/13: download: Refer to the 'guile-gnutls' package and not 'gnutls'., guix-commits, 2023/05/06