gnu: go-github-com-rogpeppe-go-internal: Update to 1.9.0.

* gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): Update to 1.9.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Katherine Cox-Buday 2023-01-17 18:44:54 -07:00 committed by Christopher Baines
parent 1c55f1258e
commit 4b249fcb03
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -9147,7 +9147,7 @@ the necessary APIs to build a wide array of higher-level primitives.")
(define-public go-github-com-rogpeppe-go-internal (define-public go-github-com-rogpeppe-go-internal
(package (package
(name "go-github-com-rogpeppe-go-internal") (name "go-github-com-rogpeppe-go-internal")
(version "1.6.1") (version "1.9.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -9156,7 +9156,7 @@ the necessary APIs to build a wide array of higher-level primitives.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"00j2vpp1bsggdvw1winkz23mg0q6drjiir5q0k49pmqx1sh7106l")))) "0bh08k8fy1qcc0vzyv0xkg0sx5kjx348zd1dpjmp3rbrr6xrpaaw"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/rogpeppe/go-internal" `(#:import-path "github.com/rogpeppe/go-internal"
@ -9165,6 +9165,8 @@ the necessary APIs to build a wide array of higher-level primitives.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'build)))) (delete 'build))))
(propagated-inputs
(list go-github-com-pkg-diff))
(home-page "https://github.com/rogpeppe/go-internal/") (home-page "https://github.com/rogpeppe/go-internal/")
(synopsis "Internal packages from the Go standard library") (synopsis "Internal packages from the Go standard library")
(description "This repository factors out an opinionated selection of (description "This repository factors out an opinionated selection of