diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-01 19:18:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-01 20:55:42 +0100 |
commit | 74e6b3a8594f3fa7e09b8a8c1bf742723cf4bffd (patch) | |
tree | 5e8f2b0fac4aa5b21ed56c9bce99b0e6fad13764 /gnu/packages | |
parent | 04d5fbab8eb43f173cd08adeee29f3d2362e944b (diff) |
gnu: lighttpd: Update to 1.4.56.
* gnu/packages/web.scm (lighttpd): Update to 1.4.56.
Diffstat (limited to 'gnu/packages')
-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 83086fcc02..ff9be409e4 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 |