guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7c3c3c80cebfff5f306b2f46666f1ace7fd6f9d8
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Aug 30 10:43:13 2025 +0300

    gnu: go-github-com-alexliesenfeld-health: Update to 0.8.1.
    
    * gnu/packages/golang-web.scm (go-github-com-alexliesenfeld-health): Update 
to 0.8.1.
    
    Change-Id: I032ce0bae2693e7cc954b4215c3939edf99cf5e3
---
 gnu/packages/golang-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e0e465f491..a61e2286f3 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -453,7 +453,7 @@ handlers.")
 (define-public go-github-com-alexliesenfeld-health
   (package
     (name "go-github-com-alexliesenfeld-health")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method git-fetch)
@@ -462,7 +462,7 @@ handlers.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fchlvxwidsscskwq07vhxfwcn5wbigbizi51619l8gg09mr158q"))))
+        (base32 "19p0rs1dmvf3cnylyykmmnma2g5x2vy8gasr2rjl28ma58w6l0d3"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to