mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-net: Update to 0.40.0.
* gnu/packages/golang-build.scm (go-golang-org-x-net): Update to 0.40.0. Change-Id: I3c6666c341863c564f3ba44eef3d5fcf4a3d71f8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f9f8d9c321
commit
15bd261f90
1 changed files with 2 additions and 2 deletions
|
@ -771,7 +771,7 @@ loading algorithms.")
|
||||||
(define-public go-golang-org-x-net
|
(define-public go-golang-org-x-net
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net")
|
(name "go-golang-org-x-net")
|
||||||
(version "0.33.0")
|
(version "0.40.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -780,7 +780,7 @@ loading algorithms.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0k3vbxj4dxyki7rflbnad95avz7hnapwr02aa7jqgs79vd9j9k7n"))))
|
(base32 "0zsh08wbamzlvlwvlw6slgcqhaa59rwz9pq01lbyjigw6cfww406"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue