guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit dbf3ed8eeed0841a8e05fa881632a7088abee672
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 21:13:27 2026 +0100

    gnu: go-github-com-labstack-echo-v4: Update to 4.15.2.
    
    * gnu/packages/golang-web.scm (go-github-com-labstack-echo-v4): Update to 
4.15.2.
    
    Change-Id: I7012c622aac12c66a6b88e619b9aa6881fce7e2e
---
 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 693abb435b..938f4995f4 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11852,7 +11852,7 @@ webhooks in Golang.")
 (define-public go-github-com-labstack-echo-v4
   (package
     (name "go-github-com-labstack-echo-v4")
-    (version "4.13.3")
+    (version "4.15.2")
     (source
      (origin
        (method git-fetch)
@@ -11861,7 +11861,7 @@ webhooks in Golang.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1i4w36f1k17bykc24dzr2ng5zpsyysfg5bzfvlbrphxxzhsngxdy"))))
+        (base32 "0dnnvafgi4vdfzfvfhyka78c6cbl2sq69jl0gj29slhdamy7f1yc"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to