guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: lighttpd: Update to 1.4.57.


From: guix-commits
Subject: 02/06: gnu: lighttpd: Update to 1.4.57.
Date: Sun, 20 Dec 2020 09:48:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 33c140e0fb3ddcd6ce05c02bc00df102830ecbd6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 15:17:34 2020 +0100

    gnu: lighttpd: Update to 1.4.57.
    
    * gnu/packages/web.scm (lighttpd): Update to 1.4.57.
---
 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 68c3299..5dc9041 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -682,7 +682,7 @@ programming language.")))
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.56")
+    (version "1.4.57")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/";
@@ -690,7 +690,7 @@ programming language.")))
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "0xyzahrkmldwskwgjgj4dc3rmfmgqiwwr9y7jfhqpbp8g76q9kp4"))))
+                "0zr1ssagirv5l4r2ii1k9v366a4vwylwbq74nb5pwby1i4drdjjj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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