me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/golang-build.scm (go-golang-org-x-exp-2023): New variable.

Change-Id: Ibcbeee0567ac92d4050329273e585316ee726df0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
master
Artyom V. Poptsov 2024-04-20 06:44:07 +03:00 committed by Sharlatan Hellseher
parent e2ba93373a
commit 4e2b6d5585
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 16 additions and 0 deletions

View File

@ -133,6 +133,22 @@ 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"))