guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit abb397419e8f3f9f6f1a9ada1abadbe7e001140e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 22 01:16:43 2026 +0100
gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.7.0.
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin):
Update to 0.7.0.
[arguments]: Drop all.
[description]: Apply some TexInfo.
---
gnu/packages/golang-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 100383fe1b..c0b054263f 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.6.1")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
@@ -8079,11 +8079,10 @@ signatures.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13n9mi04gizc61ccgvxv8c59qxjqlbsjidkrwvh0h2mrgda1psng"))))
+ (base32 "1rjmkrzrn2q9wnaay4f0vxsj3xbvrx590idzsywlnnxr3qb8ka03"))))
(build-system go-build-system)
(arguments
(list
- #:test-flags #~(list "-timeout=30m" "-shuffle=on" "-v")
#:import-path "github.com/cyphar/filepath-securejoin"))
(native-inputs
(list go-github-com-stretchr-testify))
@@ -8094,10 +8093,9 @@ signatures.")
(description
"Package securejoin is an implementation of the
hopefully-soon-to-be-included @code{SecureJoin} helper that is meant to be
-part of the \"path/filepath\" package. The purpose of this project is to
+part of the @code{path/filepath} package. The purpose of this project is to
provide a @code{PoC} implementation to make the @code{SecureJoin} proposal
-(@url{https://github.com/golang/go/issues/20126,https://github.com/golang/go/issues/20126})
-more tangible.")
+(@url{https://github.com/golang/go/issues/20126}) more tangible.")
(license license:bsd-3)))
;; For [email protected], remove when a fresh version is released.