gnu: Remove go-golang-org-x-exp-2023.

* gnu/packages/golang-build.scm (go-golang-org-x-exp-2023): Delete variable.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr-0.12):
[propagated-inputs]: Remove go-golang-org-x-exp-2023; add go-golang-org-x-exp.
* gnu/packages/ipfs.scm (kubo):
[inputs]: Remove go-golang-org-x-exp-2023; add go-golang-org-x-exp.

Change-Id: I6d8984114f9aab5369f443e71838f93228a645e9
This commit is contained in:
Sharlatan Hellseher 2024-07-03 13:57:45 +01:00
parent 06e94114a4
commit eefd68e0ee
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 2 additions and 18 deletions

View file

@ -160,22 +160,6 @@ for the Go language.")
@code{old} directory) packages.")
(license license:bsd-3)))
;; It's for the Kubo update; remove it when it is no longer needed.
(define-public go-golang-org-x-exp-2023
(package
(inherit go-golang-org-x-exp)
(name "go-golang-org-x-exp")
(version "0.0.0-20230725012225-302865e7556b")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://go.googlesource.com/exp")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1fkmi0zjwv70n9d9q9bmzch2zvf7xm3d65qh63zll6dljq2lh4b8"))))))
(define-public go-golang-org-x-image
(let ((commit "58c23975cae11f062d4b3b0c143fe248faac195d")
(revision "1"))