1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: go-golang-org-x-vuln: Update to 1.1.3.

* gnu/packages/golang.scm (go-golang-org-x-vuln): Update to 1.1.3.
[propagated-inputs]: Remove go-golang-org-x-exp; add go-golang-org-x-telemetry.
(govulncheck) [native-inputs]: Remove coreutils-minimal.

Change-Id: I01e516597ff905fcda571127610da8c9521597fd
This commit is contained in:
Sharlatan Hellseher 2024-09-13 10:16:32 +01:00
parent 860c68d6c5
commit 744d2a563d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3112,16 +3112,16 @@ command-line parsers.")
(name "go-golang-org-x-vuln") (name "go-golang-org-x-vuln")
;; XXX: Newer version of govulncheck requires golang.org/x/telemetry, ;; XXX: Newer version of govulncheck requires golang.org/x/telemetry,
;; which needs to be discussed if it may be included in Guix. ;; which needs to be discussed if it may be included in Guix.
(version "0.0.0-20230110180137-6ad3e3d07815") (version "1.1.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://go.googlesource.com/vuln") (url "https://go.googlesource.com/vuln")
(commit (go-version->git-ref version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1fhz27ni8bs872rgvqq700qacak9v45zy0fh2hilq21sk6dks72r")))) (base32 "0izm18r8ksx4n10an9nxyflc8cgr766qrwfmx5nbk702x80prln9"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -3142,9 +3142,9 @@ command-line parsers.")
(propagated-inputs (propagated-inputs
(list go-github-com-google-go-cmdtest (list go-github-com-google-go-cmdtest
go-github-com-google-go-cmp go-github-com-google-go-cmp
go-golang-org-x-exp
go-golang-org-x-mod go-golang-org-x-mod
go-golang-org-x-sync go-golang-org-x-sync
go-golang-org-x-telemetry
go-golang-org-x-tools)) go-golang-org-x-tools))
(home-page "https://golang.org/x/vuln") (home-page "https://golang.org/x/vuln")
(synopsis "Go Vulnerability Management") (synopsis "Go Vulnerability Management")
@ -3162,9 +3162,7 @@ the @url{https://vuln.go.dev,Go Vulnerability Database}.")
#:tests? #f #:tests? #f
#:install-source? #f #:install-source? #f
#:import-path "golang.org/x/vuln/cmd/govulncheck" #:import-path "golang.org/x/vuln/cmd/govulncheck"
#:unpack-path "golang.org/x/vuln")) #:unpack-path "golang.org/x/vuln"))))
(native-inputs
(list coreutils-minimal))))
(define-public gopls (define-public gopls
(package (package