GNU bug report logs -
#58685
[PATCH] gnu: gron: Update to 0.7.1
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 21 Oct 2022 13:15:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (gron): Update to 0.7.1.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1e37732d10..029d9fb54b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3268,7 +3268,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
@@ -3278,7 +3278,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"))
--
2.38.0
This bug report was last modified 2 years and 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.