summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-12-01 19:18:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-12-01 20:55:42 +0100
commit74e6b3a8594f3fa7e09b8a8c1bf742723cf4bffd (patch)
tree5e8f2b0fac4aa5b21ed56c9bce99b0e6fad13764 /gnu/packages/web.scm
parent04d5fbab8eb43f173cd08adeee29f3d2362e944b (diff)
gnu: lighttpd: Update to 1.4.56.
* gnu/packages/web.scm (lighttpd): Update to 1.4.56.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
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