gnu: ghq: Update to 1.1.7.

* gnu/packages/version-control.scm (ghq): Update to 1.1.7.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-12 00:03:15 +02:00
parent 5661cdce25
commit 1135b347db
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3024,7 +3024,7 @@ (define-public gita
(define-public ghq
(package
(name "ghq")
(version "1.1.5")
(version "1.1.7")
(home-page "https://github.com/x-motemen/ghq")
(source (origin
(method git-fetch)
@ -3034,7 +3034,7 @@ (define-public ghq
(file-name (git-file-name name version))
(sha256
(base32
"098fik155viylq07az7crzbgswcvhpx0hr68xpvyx0rpri792jbq"))))
"155sfmhmh4ia3iinm1s8fk7fxyn5dxdryad9xkbg7mr3i3ikqjwh"))))
(build-system go-build-system)
(arguments
'(#:install-source? #f