mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-exp: Update to 0.0.0-20250530180427-b6e5de432a8b.
* gnu/packages/golang-build.scm (go-golang-org-x-exp): Update to 0.0.0-20250530180427-b6e5de432a8b. Change-Id: I03d67f7fd7bcfa90a003a6654104389181f46bb3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b4bc336d79
commit
4c65632915
1 changed files with 4 additions and 2 deletions
|
@ -553,7 +553,9 @@ language.")
|
||||||
(define-public go-golang-org-x-exp
|
(define-public go-golang-org-x-exp
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-exp")
|
(name "go-golang-org-x-exp")
|
||||||
(version "0.0.0-20241217172543-b2144cdd0a67")
|
;; Note: Beware, the updater gets this wrong. Take the latest version
|
||||||
|
;; string from <https://pkg.go.dev/golang.org/x/exp?tab=versions>.
|
||||||
|
(version "0.0.0-20250531010427-b6e5de432a8b")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -562,7 +564,7 @@ language.")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01dq7llbqqdybv5s372zwlfiyq2syqpfqs7h4lxvbpqjq0aayf60"))
|
(base32 "0vszjiblb7i79dp9x1zvfpjidnmkzsaq6ij2jfh63hv9ph7yz3hf"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue