mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gomacro: Update to 0.0.0-20251011163654-53dd3d49f67b.
* gnu/packages/golang-apps.scm (gomacro): Update to 0.0.0-20251011163654-53dd3d49f67b. [inputs]: Remove go-golang-org-x-tools, go-github-com-peterh-liner, and go-github-com-mattn-go-runewidth. [native-inputs]: Add go-golang-org-x-tools, go-github-com-peterh-liner, and go-github-com-mattn-go-runewidth. Change-Id: I3730b3567fe455b95b054a6bc79abacb79b23475
This commit is contained in:
@@ -182,7 +182,7 @@ definitions in Go programs.")
|
|||||||
(define-public gomacro
|
(define-public gomacro
|
||||||
(package
|
(package
|
||||||
(name "gomacro")
|
(name "gomacro")
|
||||||
(version "0.0.0-20250712144029-20095acfbf18")
|
(version "0.0.0-20251011163654-53dd3d49f67b")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -191,7 +191,7 @@ definitions in Go programs.")
|
|||||||
(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 "1w7gcrympnxwrscmhwahx3anm2yp1ali8xqh1s23q93gyznzcpj5"))))
|
(base32 "0sr7ybqbynihq9h4pknywg2na15j4l9x11jfrd45dw52rqp2mlnw"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@@ -213,8 +213,10 @@ definitions in Go programs.")
|
|||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
(find-files "src/github.com/cosmos72/gomacro/go/types"
|
(find-files "src/github.com/cosmos72/gomacro/go/types"
|
||||||
"_test\\.go(\\.off)?$")))))))
|
"_test\\.go(\\.off)?$")))))))
|
||||||
(inputs (list go-golang-org-x-tools go-github-com-peterh-liner
|
(native-inputs
|
||||||
go-github-com-mattn-go-runewidth))
|
(list go-golang-org-x-tools
|
||||||
|
go-github-com-peterh-liner
|
||||||
|
go-github-com-mattn-go-runewidth))
|
||||||
(home-page "https://github.com/cosmos72/gomacro")
|
(home-page "https://github.com/cosmos72/gomacro")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Interactive Go interpreter and debugger with generics and macros")
|
"Interactive Go interpreter and debugger with generics and macros")
|
||||||
|
|||||||
Reference in New Issue
Block a user