diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-06-02 09:00:18 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:41 +0100 |
| commit | 0e12e326d91b288989c69743623d24f38ed5b01f (patch) | |
| tree | d6b71acf76720160707e2b33eb7908491a81a036 /gnu | |
| parent | 732979ac1ad697c29b288fb01d0ca95d45a60782 (diff) | |
gnu: go-golang-org-x-vuln: Update to 1.1.4.
* gnu/packages/golang-build.scm (go-golang-org-x-vuln): Update to 1.1.4.
Change-Id: I3416b7a296ab6cd049fe3592cadbf100f3d2041d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-build.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index 680a12ce7a2..8c322b67398 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -1224,7 +1224,7 @@ Go programming language.") (name "go-golang-org-x-vuln") ;; XXX: Newer version of govulncheck requires golang.org/x/telemetry, ;; which needs to be discussed if it may be included in Guix. - (version "1.1.3") + (version "1.1.4") (source (origin (method git-fetch) @@ -1233,7 +1233,7 @@ Go programming language.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0izm18r8ksx4n10an9nxyflc8cgr766qrwfmx5nbk702x80prln9")))) + (base32 "004hmcaahgj0ajvpkrhbvs6av1nas8302vzy9is9msxyya3mclkp")))) (build-system go-build-system) (arguments (list |
