gnu: stgit: Update to 1.1.

* gnu/packages/version-control.scm (stgit): Update to 1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-03 01:25:47 +02:00
parent 1f448a8a91
commit f0eb053dac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1264,7 +1264,7 @@ lot easier.")
(define-public stgit
(package
(name "stgit")
(version "1.0")
(version "1.1")
(source
(origin
(method git-fetch)
@ -1273,7 +1273,7 @@ lot easier.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0dixgvjlsk3xisj8blzdhh0nphm5zqkjbj081wgsba52z4zq1y0q"))))
(base32 "1jp74qsgw3f9c8xgaaqvmhfh4ar3n1ns5ncm8glvqyywlxldxi0n"))))
(build-system python-build-system)
(native-inputs
`(("perl" ,perl)))