diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:17:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:48:23 +0100 |
commit | 33c140e0fb3ddcd6ce05c02bc00df102830ecbd6 (patch) | |
tree | cecda9a11bb2c681e4a429892651fbb565baf643 /gnu/packages/web.scm | |
parent | 04d50f0abf6eef721ef8de9d015d2121282c7b0b (diff) | |
download | guix-33c140e0fb3ddcd6ce05c02bc00df102830ecbd6.tar.gz |
gnu: lighttpd: Update to 1.4.57.
* gnu/packages/web.scm (lighttpd): Update to 1.4.57.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 68c3299687..5dc90415cf 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 |