mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
c2c4998e61
commit
05e408d5e8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue