mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghq: Update to 1.1.7.
* gnu/packages/version-control.scm (ghq): Update to 1.1.7.
This commit is contained in:
parent
5661cdce25
commit
1135b347db
1 changed files with 2 additions and 2 deletions
|
@ -3024,7 +3024,7 @@ (define-public gita
|
||||||
(define-public ghq
|
(define-public ghq
|
||||||
(package
|
(package
|
||||||
(name "ghq")
|
(name "ghq")
|
||||||
(version "1.1.5")
|
(version "1.1.7")
|
||||||
(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)
|
||||||
|
@ -3034,7 +3034,7 @@ (define-public ghq
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"098fik155viylq07az7crzbgswcvhpx0hr68xpvyx0rpri792jbq"))))
|
"155sfmhmh4ia3iinm1s8fk7fxyn5dxdryad9xkbg7mr3i3ikqjwh"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-source? #f
|
'(#:install-source? #f
|
||||||
|
|
Loading…
Reference in a new issue