guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mod-wsgi: Update to 4.7.1.


From: guix-commits
Subject: branch master updated: gnu: mod-wsgi: Update to 4.7.1.
Date: Sun, 06 Sep 2020 09:54:30 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 71ebf0b  gnu: mod-wsgi: Update to 4.7.1.
71ebf0b is described below

commit 71ebf0ba3b1c83867ae2b1478247b4f2daa579dd
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Sep 6 14:53:22 2020 +0100

    gnu: mod-wsgi: Update to 4.7.1.
    
    * gnu/packages/web.scm (mod-wsgi): Update to 4.7.1.
---
 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 b6e2293..c3127b6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -196,7 +196,7 @@ and its related documentation.")
 (define-public mod-wsgi
   (package
     (name "mod-wsgi")
-    (version "4.5.22")
+    (version "4.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -205,7 +205,7 @@ and its related documentation.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q90xw2cbhka5gcd6yc69iir73x4gm7fm75qpkins2ryfl6w1q3f"))))
+                "1savh6h3qds20mwn1nqasmqzcp57pdhfc9v4b4k78d6q28y0r17s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                 ; TODO: can't figure out if there are tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]