mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
7d734b94ca
commit
0df23ca77b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue