diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-24 11:26:26 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:41:42 +0000 |
| commit | 05e408d5e8cefe9519e3071da7822204986edf9b (patch) | |
| tree | 817bc24632115b4b6e88b470e336bc4bdafce0fa /gnu/packages/golang-xyz.scm | |
| parent | c2c4998e61ca5a0bc2ff30c0aaff3d55b19df675 (diff) | |
gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.3.4.
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin): Update to 0.3.4.
[source]: Fix typo in URL.
Change-Id: Iee8bc25e03ebe760ddfe5ec5e2b9f20a80b9e806
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a2360a2e18..a0ae53bebf 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -2074,7 +2074,7 @@ metrics to Graphite.") (define-public go-github-com-cyphar-filepath-securejoin (package (name "go-github-com-cyphar-filepath-securejoin") - (version "0.3.2") + (version "0.3.4") (source (origin (method git-fetch) @@ -2083,7 +2083,7 @@ metrics to Graphite.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "10clm1hfzndwhi7lwz5ph72apxwbxr3vg4nln5xsrrx26j6qv6v2")))) + (base32 "1iflclxcm5a4g2qp980q5qr1g4dwdxn02nnvvx3pi4sa1gk5bmr3")))) (build-system go-build-system) (arguments (list |
