mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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>
This commit is contained in:
parent
223a3d7f7f
commit
367048036d
1 changed files with 2 additions and 2 deletions
|
@ -1309,7 +1309,7 @@ (define-public git-flow
|
|||
(define-public stgit
|
||||
(package
|
||||
(name "stgit")
|
||||
(version "1.1")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1318,7 +1318,7 @@ (define-public stgit
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jp74qsgw3f9c8xgaaqvmhfh4ar3n1ns5ncm8glvqyywlxldxi0n"))))
|
||||
(base32 "1igljjpdgl4na1a5hi0nmg36ph0hw6hw8hhq5436fgcl8yjimyz3"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list perl))
|
||||
|
|
Loading…
Reference in a new issue