diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-11 15:34:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-11 15:34:29 +0100 |
| commit | 0df23ca77bfa7ffa34cfda15081957372d2d1e80 (patch) | |
| tree | 2e0d408dc7356bddf1cf525a6c82c47ca45f7896 /gnu | |
| parent | 7d734b94ca83835e38087ef08161c8c23c499afb (diff) | |
gnu: gomacro: Update to 0.0.0-20250712144029-20095acfbf18.
* gnu/packages/golang-apps.scm (gomacro): Update to 0.0.0-20250712144029-20095acfbf18.
Change-Id: I55103b91fb6dd0ed46fc306a16d0ebf8c05aa427
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-apps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm index 5c45e9fff21..3015f1e0abb 100644 --- a/gnu/packages/golang-apps.scm +++ b/gnu/packages/golang-apps.scm @@ -144,7 +144,7 @@ definitions in Go programs.") (define-public gomacro (package (name "gomacro") - (version "0.0.0-20240506194242-2ff796e3da10") + (version "0.0.0-20250712144029-20095acfbf18") (source (origin (method git-fetch) @@ -153,7 +153,7 @@ definitions in Go programs.") (commit (go-version->git-ref version)))) (file-name (git-file-name name version)) (sha256 - (base32 "17v3vlq5s5mxplzvs5d414shd2mqkfj3jwxzfgq6cnr9hgr4b9kc")))) + (base32 "1w7gcrympnxwrscmhwahx3anm2yp1ali8xqh1s23q93gyznzcpj5")))) (build-system go-build-system) (arguments (list |
