[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: gron: Update to 0.7.1
From: |
guix-commits |
Subject: |
04/04: gnu: gron: Update to 0.7.1 |
Date: |
Tue, 25 Oct 2022 05:40:26 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit a2f6900761d81ca572a9de92868ed225c2893111
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Oct 21 13:14:48 2022 +0000
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>
---
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 55f7d1bd2f..ee463edb6f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3269,7 +3269,7 @@ optimized for performance yet simple to use.")
(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 @@ optimized for performance yet simple to use.")
(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"))