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.

Full log


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




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

Previous Next


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