me
/
guix
Archived
1
0
Fork 0

gnu: Remove go-golang-org-x-net-0.17.

* gnu/packages/golang-build.scm (go-golang-org-x-net-0.17): Delete variable.

Change-Id: Id8c581b1f89c452b13977a05e68a60666e487429
master
Sharlatan Hellseher 2024-07-12 13:35:24 +01:00
parent 4798af971c
commit 4fe70563c5
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 0 additions and 19 deletions

View File

@ -322,25 +322,6 @@ loading algorithms.")
(description "This package provides supplemental Go networking libraries.")
(license license:bsd-3))))
;; XXX: Not in use by any other packages, consider to remove or merge with
;; go-golang-org-x-net.
(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-sync
(package
(name "go-golang-org-x-sync")