GNU bug report logs - #58685
[PATCH] gnu: gron: Update to 0.7.1

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#58685: closed (Re: [bug#58685] [PATCH] gnu: gron: Update to
 0.7.1)
Date: Tue, 25 Oct 2022 09:50:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58685: [PATCH] gnu: gron: Update to 0.7.1

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58685 <at> debbugs.gnu.org.

-- 
58685: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58685
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Greg Hogan <code <at> greghogan.com>
Cc: 58685-done <at> debbugs.gnu.org
Subject: Re: [bug#58685] [PATCH] gnu: gron: Update to 0.7.1
Date: Tue, 25 Oct 2022 10:48:38 +0100
[Message part 3 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:

> * gnu/packages/golang.scm (gron): Update to 0.7.1.
> ---
>  gnu/packages/golang.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Greg, pushed to master as
a2f6900761d81ca572a9de92868ed225c2893111.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: gron: Update to 0.7.1
Date: Fri, 21 Oct 2022 13:14:48 +0000
* 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.