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

commit bdf3a59fdbd110aedb2e118a800cdf0e92369b97
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 17 23:17:03 2026 +0100

    gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.6.1.
    
    * gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin): 
Update to 0.6.1.
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5d7e2d0f94..100383fe1b 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8070,7 +8070,7 @@ signatures.")
 (define-public go-github-com-cyphar-filepath-securejoin
   (package
     (name "go-github-com-cyphar-filepath-securejoin")
-    (version "0.4.1")
+    (version "0.6.1")
     (source
      (origin
        (method git-fetch)
@@ -8079,7 +8079,7 @@ signatures.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cyqbxmrn3qgq8q0v7xmm9knc8nr60s017yrhkghcwg4yqqpmr9l"))))
+        (base32 "13n9mi04gizc61ccgvxv8c59qxjqlbsjidkrwvh0h2mrgda1psng"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to