[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#46570: [PATCH] gnu: stgit: Update to 1.0.
From: |
Christopher Baines |
Subject: |
bug#46570: [PATCH] gnu: stgit: Update to 1.0. |
Date: |
Mon, 15 Mar 2021 20:44:32 +0000 |
User-agent: |
mu4e 1.4.15; emacs 27.1 |
Stefan Reichör <stefan@xsteve.at> writes:
> * gnu/packages/version-control.scm (stgit): Update to 1.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 4100f9f9ef..ee8ac8a48f 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -1217,7 +1217,7 @@ lot easier.")
> (define-public stgit
> (package
> (name "stgit")
> - (version "0.23")
> + (version "1.0")
> (source
> (origin
> (method git-fetch)
> @@ -1226,7 +1226,7 @@ lot easier.")
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0bgxgsd6nj6gkk74c56vrjsyr7j19jrj6cx2ma6f7b20wriznhd5"))))
> + (base32 "0dixgvjlsk3xisj8blzdhh0nphm5zqkjbj081wgsba52z4zq1y0q"))))
> (build-system python-build-system)
> (native-inputs
> `(("perl" ,perl)))
This was merged as 22475a65d852c72f0609fa29ec66921c29f02b3c, so closing.
Thanks,
Chris
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#46570: [PATCH] gnu: stgit: Update to 1.0.,
Christopher Baines <=