This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e8ac669b1 gnu: darkhttpd: Update to 1.17.
5e8ac669b1 is described below

commit 5e8ac669b1e6cbc11f0ab0297a559d443bcb3dea
Author: jgart <[email protected]>
AuthorDate: Fri Mar 6 22:07:33 2026 -0500

    gnu: darkhttpd: Update to 1.17.
    
    * gnu/packages/web.scm (darkhttpd): Update to 1.17.
    
    Change-Id: I448d633917a292b6de7f46a3169b6c78c9967419
---
 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 f1bdbf9f97..93fc4cf768 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

Reply via email to