gnu: go-golang-org-x-exp: Update to 0.0.0-20240613232115-7f521ea00fb8.
* gnu/packages/golang-build.scm (go-golang-org-x-exp): Update to 0.0.0-20240613232115-7f521ea00fb8. Change-Id: I0317b402ec8b5c0cd9b519725b3fdcc07126feac
This commit is contained in:
parent
8f70fb90a2
commit
06e94114a4
1 changed files with 15 additions and 2 deletions
|
@ -124,7 +124,7 @@ for the Go 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-20221004215720-b9f4876ce741")
|
(version "0.0.0-20240613232115-7f521ea00fb8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -133,7 +133,20 @@ for the Go 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 "030b929xyg8dpp6f4qbyg63msi6zgzj9sqmvnyphfcrjkqf7nr41"))))
|
(base32 "0ccjgv19w5p9sbcq12czmfnkjwv3b7hfljifwax6r9wk4dx0fcn7"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
'(begin
|
||||||
|
;; Submodules with their own go.mod files and packed as separated
|
||||||
|
;; packages:
|
||||||
|
;;
|
||||||
|
;; - golang.org/x/exp/event
|
||||||
|
;; - golang.org/x/exp/jsonrpc2
|
||||||
|
;; - golang.org/x/exp/shiny
|
||||||
|
;; - golang.org/x/exp/sumbdb
|
||||||
|
;; - golang.org/x/exp/typeparams
|
||||||
|
(for-each delete-file-recursively
|
||||||
|
(list "event" "jsonrpc2" "shiny" "sumdb" "typeparams"))))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "golang.org/x/exp"
|
'(#:import-path "golang.org/x/exp"
|
||||||
|
|
Reference in a new issue