summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-26 13:15:32 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-26 13:15:32 +0000
commit4a55ebbfcae39103fdbe1b39602522ef3030baba (patch)
treec66efd4070a99b00cf144a3c50ed855e10ee6d2d
parent155a938b4d45098572d9ceb4dfc5d3ecbb914730 (diff)
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
-rw-r--r--gnu/packages/golang-apps.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm
index 93dd03cdb4b..669d250c8d9 100644
--- a/gnu/packages/golang-apps.scm
+++ b/gnu/packages/golang-apps.scm
@@ -182,7 +182,7 @@ definitions in Go programs.")
(define-public gomacro
(package
(name "gomacro")
- (version "0.0.0-20250712144029-20095acfbf18")
+ (version "0.0.0-20251011163654-53dd3d49f67b")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ definitions in Go programs.")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1w7gcrympnxwrscmhwahx3anm2yp1ali8xqh1s23q93gyznzcpj5"))))
+ (base32 "0sr7ybqbynihq9h4pknywg2na15j4l9x11jfrd45dw52rqp2mlnw"))))
(build-system go-build-system)
(arguments
(list
@@ -213,8 +213,10 @@ definitions in Go programs.")
(for-each delete-file
(find-files "src/github.com/cosmos72/gomacro/go/types"
"_test\\.go(\\.off)?$")))))))
- (inputs (list go-golang-org-x-tools go-github-com-peterh-liner
- go-github-com-mattn-go-runewidth))
+ (native-inputs
+ (list go-golang-org-x-tools
+ go-github-com-peterh-liner
+ go-github-com-mattn-go-runewidth))
(home-page "https://github.com/cosmos72/gomacro")
(synopsis
"Interactive Go interpreter and debugger with generics and macros")