guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: lighttpd: Update to 1.4.56.


From: guix-commits
Subject: 04/08: gnu: lighttpd: Update to 1.4.56.
Date: Tue, 1 Dec 2020 14:56:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 74e6b3a8594f3fa7e09b8a8c1bf742723cf4bffd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 1 19:18:23 2020 +0100

    gnu: lighttpd: Update to 1.4.56.
    
    * gnu/packages/web.scm (lighttpd): Update to 1.4.56.
---
 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 83086fc..ff9be40 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -628,7 +628,7 @@ programming language.")))
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.55")
+    (version "1.4.56")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/";
@@ -636,7 +636,7 @@ programming language.")))
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "09z947730yjh438wrqb3z1c5hr1dbb11a8sr92g3vk6mr7lm02va"))))
+                "0xyzahrkmldwskwgjgj4dc3rmfmgqiwwr9y7jfhqpbp8g76q9kp4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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