mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: go-github-com-arceliar-ironwood: Update to v0.0.0-20240529054413-b8e59574e2b2.
* gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20240529054413-b8e59574e2b2. [arguments]: Use gexps. Use go-1.21. Change-Id: I30707c7a2cb6229149c6c9e9c0e3752b3222b84a Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
dbeef44f3c
commit
aed52972ce
1 changed files with 9 additions and 8 deletions
|
@ -8816,7 +8816,7 @@ (define-public go-github-com-containerd-console
|
|||
(define-public go-github-com-arceliar-ironwood
|
||||
(package
|
||||
(name "go-github-com-arceliar-ironwood")
|
||||
(version "v0.0.0-20231127131626-465b82dfb5bd")
|
||||
(version "v0.0.0-20240529054413-b8e59574e2b2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8826,13 +8826,14 @@ (define-public go-github-com-arceliar-ironwood
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sywrcvrpkkzi1jxfz2ahqs855h4bmdn1l79q5sdgqiaczr7q4b7"))))
|
||||
"06ay82gqm3k649m7x0r3a3crnqv9x0yxhyqfabrf1b7inki35mfs"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/Arceliar/ironwood"
|
||||
(list #:import-path "github.com/Arceliar/ironwood"
|
||||
#:go go-1.21
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Source-only package
|
||||
(delete 'build))))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue