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

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

Change-Id: Ibe33dd457328a61a2b919b61d5b9d1816ca60b81
This commit is contained in:
Sharlatan Hellseher 2024-08-09 21:31:01 +01:00
parent be1c876296
commit e42c5a247c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7089,7 +7089,7 @@ configuration languages, but other uses may be possible too.")
(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.9.0") (version "1.12.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -7098,7 +7098,7 @@ configuration languages, but other uses may be possible too.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0bh08k8fy1qcc0vzyv0xkg0sx5kjx348zd1dpjmp3rbrr6xrpaaw")))) "18szjxqrjjvgsvyjbkqs6xw4bvg5nn1myg5hhb5qzwz5xl4wvw5a"))))
(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"