gnu: stgit: Update to 1.0.

* gnu/packages/version-control.scm (stgit): Update to 1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Stefan Reichör 2021-02-16 22:28:23 +01:00 committed by Ludovic Courtès
parent 3043974c36
commit 22475a65d8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1237,7 +1237,7 @@ (define-public git-flow
(define-public stgit
(package
(name "stgit")
(version "0.23")
(version "1.0")
(source
(origin
(method git-fetch)
@ -1246,7 +1246,7 @@ (define-public stgit
(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)))