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:
Greg Hogan 2022-10-21 13:14:48 +00:00 committed by Christopher Baines
parent 92d2cb0f2b
commit a2f6900761
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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"))