gnu: stgit: Update to 1.5.
* gnu/packages/version-control.scm (stgit): Update to 1.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
223a3d7f7f
commit
367048036d
|
@ -1309,7 +1309,7 @@ lot easier.")
|
||||||
(define-public stgit
|
(define-public stgit
|
||||||
(package
|
(package
|
||||||
(name "stgit")
|
(name "stgit")
|
||||||
(version "1.1")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1318,7 +1318,7 @@ lot easier.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jp74qsgw3f9c8xgaaqvmhfh4ar3n1ns5ncm8glvqyywlxldxi0n"))))
|
(base32 "1igljjpdgl4na1a5hi0nmg36ph0hw6hw8hhq5436fgcl8yjimyz3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl))
|
(list perl))
|
||||||
|
|
Reference in New Issue