summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-10 13:12:44 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-10 17:10:26 +0100
commit465277384dbfb0f769f8ad4491330833c5b2b5d5 (patch)
tree04d166e677d9483bcf3176a303ee318a880892b8 /gnu/packages/golang-xyz.scm
parent5efefe21d103d9f60011b1003ac78d15937e295d (diff)
gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.4.1.
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin): Update to 0.4.1. Change-Id: I40d60b51f153d72c5b0ebe96863adc555442335f
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1e01c12f77..9284dbc01f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4249,7 +4249,7 @@ metrics to Graphite.")
(define-public go-github-com-cyphar-filepath-securejoin
(package
(name "go-github-com-cyphar-filepath-securejoin")
- (version "0.3.4")
+ (version "0.4.1")
(source
(origin
(method git-fetch)
@@ -4258,7 +4258,7 @@ metrics to Graphite.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1iflclxcm5a4g2qp980q5qr1g4dwdxn02nnvvx3pi4sa1gk5bmr3"))))
+ (base32 "0cyqbxmrn3qgq8q0v7xmm9knc8nr60s017yrhkghcwg4yqqpmr9l"))))
(build-system go-build-system)
(arguments
(list