summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2026-03-06 22:07:33 -0500
committerjgart <jgart@dismail.de>2026-03-06 22:12:00 -0500
commit5e8ac669b1e6cbc11f0ab0297a559d443bcb3dea (patch)
tree6202114b4ca382c2ca55534fecb3417bb51b5046 /gnu/packages
parentce3353c66c90c94440d87662cf3f595344e99005 (diff)
gnu: darkhttpd: Update to 1.17.
* gnu/packages/web.scm (darkhttpd): Update to 1.17. Change-Id: I448d633917a292b6de7f46a3169b6c78c9967419
Diffstat (limited to 'gnu/packages')
-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 f1bdbf9f977..93fc4cf7685 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7075,7 +7075,7 @@ Currently, the following browsers (and their derivatives) are supported:
(define-public darkhttpd
(package
(name "darkhttpd")
- (version "1.16")
+ (version "1.17")
(source
(origin
(method git-fetch)
@@ -7084,7 +7084,7 @@ Currently, the following browsers (and their derivatives) are supported:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "15mmq1v8p50mm9wx5w6g4rlr40b7d044lw7rs1wyzdiw9lcnihvm"))))
+ (base32 "1i492a0g640hkpvmv3vdf8hy61kfc649y8myj7r5hva4im8l76kp"))))
(build-system gnu-build-system)
(arguments
(list