gnu: ghq: Update to 1.6.2.
* gnu/packages/version-control.scm (ghq): Update to 1.6.2. Change-Id: Ie9b8d82b27364d183ba29c2673a9679cda671568
This commit is contained in:
parent
ef228f6548
commit
30bd3168f4
1 changed files with 2 additions and 2 deletions
|
@ -3810,7 +3810,7 @@ If several repos are related, it helps to see their status together.")
|
||||||
(define-public ghq
|
(define-public ghq
|
||||||
(package
|
(package
|
||||||
(name "ghq")
|
(name "ghq")
|
||||||
(version "1.1.7")
|
(version "1.6.2")
|
||||||
(home-page "https://github.com/x-motemen/ghq")
|
(home-page "https://github.com/x-motemen/ghq")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3820,7 +3820,7 @@ If several repos are related, it helps to see their status together.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"155sfmhmh4ia3iinm1s8fk7fxyn5dxdryad9xkbg7mr3i3ikqjwh"))))
|
"00rrm0gykmj60i0lnr4js6d4193c92zm3cimimb03xva4n9frvxw"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue