mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add go-golang-org-x-net-0.17
* gnu/packages/golang.scm (go-golang-org-x-net-0.17): New variable. Change-Id: Ie301f84c6ced9d96d6d9f685facedb4b88d30f78 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
eea7dffd80
commit
76a5f0eacd
1 changed files with 17 additions and 0 deletions
|
@ -3989,6 +3989,23 @@ (define-public go-golang-org-x-net
|
|||
(home-page "https://go.googlesource.com/net")
|
||||
(license license:bsd-3))))
|
||||
|
||||
(define-public go-golang-org-x-net-0.17
|
||||
(let ((commit "b225e7ca6dde1ef5a5ae5ce922861bda011cfabd")
|
||||
(revision "0"))
|
||||
(package
|
||||
(inherit go-golang-org-x-net)
|
||||
(name "go-golang-org-x-net")
|
||||
(version (git-version "0.17.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://go.googlesource.com/net")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17zhim2m0r8nyy18g2lsawxm4rawix2qbjyn80x9vc6jc8fv05m9")))))))
|
||||
|
||||
(define-public go-golang-org-x-net-html
|
||||
(package
|
||||
(inherit go-golang-org-x-net)
|
||||
|
|
Loading…
Reference in a new issue