mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: go-golang-org-x-net: Update to 0.0.0-4.ba9fcec.
* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.0.0-4.ba9fcec.
This commit is contained in:
parent
75f36ad6d2
commit
7cb90f229f
1 changed files with 3 additions and 3 deletions
|
@ -665,8 +665,8 @@ for the Go language.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net
|
(define-public go-golang-org-x-net
|
||||||
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
(let ((commit "ba9fcec4b297b415637633c5a6e8fa592e4a16c3")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net")
|
(name "go-golang-org-x-net")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -678,7 +678,7 @@ for the Go language.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
"1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net"
|
`(#:import-path "golang.org/x/net"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue