mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: gron: Update to 0.7.1
* gnu/packages/golang.scm (gron): Update to 0.7.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
92d2cb0f2b
commit
a2f6900761
1 changed files with 2 additions and 2 deletions
|
@ -3269,7 +3269,7 @@ (define-public go-github-com-tevino-abool
|
|||
(define-public go-github-com-tomnomnom-gron
|
||||
(package
|
||||
(name "gron")
|
||||
(version "0.6.1")
|
||||
(version "0.7.1")
|
||||
(home-page "https://github.com/tomnomnom/gron")
|
||||
(source
|
||||
(origin
|
||||
|
@ -3279,7 +3279,7 @@ (define-public go-github-com-tomnomnom-gron
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qmzawkhg0qn9kxxrssbdjni2khvamhrcklv3yxc0ljmh77mh61m"))))
|
||||
(base32 "1sj34b6yv0qigy3aq7qmwf8bqxp1a8qh9p10lzkpw58s1c0iyh36"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(let ((import-path "github.com/tomnomnom/gron"))
|
||||
|
|
Loading…
Reference in a new issue