guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72834: [PATCH] gnu: packages: Update stagit.


From: Z572
Subject: bug#72834: [PATCH] gnu: packages: Update stagit.
Date: Wed, 28 Aug 2024 10:37:31 +0800

Lilah Tascheter via Guix-patches <guix-patches@gnu.org> writes:

should "gnu: stagit: Update to 1.2."

> * gnu/packages/version-control.scm (stagit): Update to 1.2.
>
> Change-Id: I4da6e85303d3591b61eeb6c90738171a17f0a81e
> ---
>  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 42bd4a5744..34fcd02a90 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -3254,7 +3254,7 @@ (define-public fossil
>  (define-public stagit
>    (package
>      (name "stagit")
> -    (version "1.0")
> +    (version "1.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -3263,7 +3263,7 @@ (define-public stagit
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "0j2242vx5pbwdv79gcjxdbrwii48qphr8gk1lk7szj2irxdql171"))))
> +                "17yggk3fbm731z98warvix332487s0k6knhxnf9zc6f667qi2mlr"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:tests? #f ; No tests
>
> base-commit: 9e57f3bcd4b3c4c8936358d3160f0d4f996204ce
push, and fix cross-compiling. close.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]