1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

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
(package
(name "go-github-com-rogpeppe-go-internal")
(version "1.9.0")
(version "1.12.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7098,7 +7098,7 @@ configuration languages, but other uses may be possible too.")
(file-name (git-file-name name version))
(sha256
(base32
"0bh08k8fy1qcc0vzyv0xkg0sx5kjx348zd1dpjmp3rbrr6xrpaaw"))))
"18szjxqrjjvgsvyjbkqs6xw4bvg5nn1myg5hhb5qzwz5xl4wvw5a"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/rogpeppe/go-internal"