guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: lighttpd: Update to 1.4.59.


From: guix-commits
Subject: 05/18: gnu: lighttpd: Update to 1.4.59.
Date: Sun, 7 Feb 2021 17:29:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit befd9c12815f0569a927afaaca0a3815a22fa050
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 7 22:06:09 2021 +0100

    gnu: lighttpd: Update to 1.4.59.
    
    * gnu/packages/web.scm (lighttpd): Update to 1.4.59.
---
 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 7121de4..916c98d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -684,7 +684,7 @@ programming language.")))
 (define-public lighttpd
   (package
     (name "lighttpd")
-    (version "1.4.58")
+    (version "1.4.59")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.lighttpd.net/lighttpd/";
@@ -692,7 +692,7 @@ programming language.")))
                                   "lighttpd-" version ".tar.xz"))
               (sha256
                (base32
-                "03kd28nq6wndvvyk0zs5120ajvg1icnif5bvrsyhw69sl7yyyzr6"))))
+                "1mc421yrbnq3k6yrc708svp0fgcamrn5a0p2nvnhivysffr3v5gv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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