GNU bug report logs - #58395
[PATCH 0/2] Update hut to 0.2.0.

Previous Next

Package: guix-patches;

Reported by: Dhruvin Gandhi <contact <at> dhruvin.dev>

Date: Sun, 9 Oct 2022 15:59:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58395 in the body.
You can then email your comments to 58395 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58395; Package guix-patches. (Sun, 09 Oct 2022 15:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dhruvin Gandhi <contact <at> dhruvin.dev>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 09 Oct 2022 15:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dhruvin Gandhi <contact <at> dhruvin.dev>
To: guix-patches <at> gnu.org
Cc: Dhruvin Gandhi <contact <at> dhruvin.dev>
Subject: [PATCH 0/2] Update hut to 0.2.0.
Date: Sun,  9 Oct 2022 21:28:02 +0530
While hut 0.1.0 was being reviewed, hut 0.2.0 got released.

Thanks!

Dhruvin Gandhi (2):
  gnu: go-github-com-spf13-cobra: Update to 1.5.0.
  gnu: hut: Update to 0.2.0.

 gnu/packages/golang.scm          | 4 ++--
 gnu/packages/version-control.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.38.0





Information forwarded to guix-patches <at> gnu.org:
bug#58395; Package guix-patches. (Sun, 09 Oct 2022 16:20:01 GMT) Full text and rfc822 format available.

Message #8 received at 58395 <at> debbugs.gnu.org (full text, mbox):

From: Dhruvin Gandhi <contact <at> dhruvin.dev>
To: 58395 <at> debbugs.gnu.org
Cc: Dhruvin Gandhi <contact <at> dhruvin.dev>
Subject: [PATCH 1/2] gnu: go-github-com-spf13-cobra: Update to 1.5.0.
Date: Sun,  9 Oct 2022 21:49:14 +0530
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.5.0.
---
 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 53d1e38c28..767f2dcd7f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3630,7 +3630,7 @@ (define-public go-github-com-spf13-cast
 (define-public go-github-com-spf13-cobra
   (package
     (name "go-github-com-spf13-cobra")
-    (version "1.4.0")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -3640,7 +3640,7 @@ (define-public go-github-com-spf13-cobra
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0ijhnk9pcks1v1cxri4kf6v1h26ym3jikmkgv4fdfrmm7sqgva13"))))
+         "0qavvyljh509w5xb46lfkak670szp6v4jswwar1hx13cpid8gk5d"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/spf13/cobra"))
-- 
2.38.0





Information forwarded to guix-patches <at> gnu.org:
bug#58395; Package guix-patches. (Sun, 09 Oct 2022 16:20:02 GMT) Full text and rfc822 format available.

Message #11 received at 58395 <at> debbugs.gnu.org (full text, mbox):

From: Dhruvin Gandhi <contact <at> dhruvin.dev>
To: 58395 <at> debbugs.gnu.org
Cc: Dhruvin Gandhi <contact <at> dhruvin.dev>
Subject: [PATCH 2/2] gnu: hut: Update to 0.2.0.
Date: Sun,  9 Oct 2022 21:49:15 +0530
* gnu/packages/version-control.scm (hut): Update to 0.2.0.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 25ce7feb81..d8d4a77341 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3462,7 +3462,7 @@ (define-public gitlint
 (define-public hut
   (package
     (name "hut")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -3471,7 +3471,7 @@ (define-public hut
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15ag8fibnahcfgd0w2j4k813z10ymi39rx8d3c8b9955zc62p1fr"))))
+        (base32 "0ybngrwwmkm00dlkdhvkfcvcjhp5xzs8fh90zqr0h12ssqx9pll3"))))
     (build-system go-build-system)
     (arguments
      (list
-- 
2.38.0





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 10 Oct 2022 04:17:01 GMT) Full text and rfc822 format available.

Notification sent to Dhruvin Gandhi <contact <at> dhruvin.dev>:
bug acknowledged by developer. (Mon, 10 Oct 2022 04:17:01 GMT) Full text and rfc822 format available.

Message #16 received at 58395-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Dhruvin Gandhi <contact <at> dhruvin.dev>
Cc: 58395-done <at> debbugs.gnu.org
Subject: Re: bug#58395: [PATCH 0/2] Update hut to 0.2.0.
Date: Mon, 10 Oct 2022 00:16:22 -0400
Hi,

Dhruvin Gandhi <contact <at> dhruvin.dev> writes:

> * gnu/packages/version-control.scm (hut): Update to 0.2.0.
> ---
>  gnu/packages/version-control.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index 25ce7feb81..d8d4a77341 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -3462,7 +3462,7 @@ (define-public gitlint
>  (define-public hut
>    (package
>      (name "hut")
> -    (version "0.1.0")
> +    (version "0.2.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -3471,7 +3471,7 @@ (define-public hut
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "15ag8fibnahcfgd0w2j4k813z10ymi39rx8d3c8b9955zc62p1fr"))))
> +        (base32 "0ybngrwwmkm00dlkdhvkfcvcjhp5xzs8fh90zqr0h12ssqx9pll3"))))
>      (build-system go-build-system)
>      (arguments
>       (list

Applied this and the previous one :-).

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Nov 2022 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.