diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-02 01:12:05 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:41:47 +0000 |
| commit | 62818680fe41e847a164efa7ddff143813807b53 (patch) | |
| tree | 4b1dd05f9db0d6c80ad34af518bb4f42469156bb /gnu | |
| parent | eee41a42a435ed42a8ca95ff17e1e0c1d225636d (diff) | |
gnu: ghq: Update to 1.7.1.
* gnu/packages/version-control.scm (ghq): Update to 1.7.1.
[inputs]: Add go-golang-org-x-text.
Change-Id: Iefa07e1fd1d92cf479d837f19db801a413755c19
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/version-control.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 2a95bc79e16..fd01e191836 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -4171,7 +4171,7 @@ If several repos are related, it helps to see their status together.") (define-public ghq (package (name "ghq") - (version "1.6.2") + (version "1.7.1") (home-page "https://github.com/x-motemen/ghq") (source (origin (method git-fetch) @@ -4181,7 +4181,7 @@ If several repos are related, it helps to see their status together.") (file-name (git-file-name name version)) (sha256 (base32 - "00rrm0gykmj60i0lnr4js6d4193c92zm3cimimb03xva4n9frvxw")))) + "0ai3klp3fm5r0idnml5pm55wcvkav3w0s11snlmr0ab1ki8m9sg5")))) (build-system go-build-system) (arguments (list @@ -4204,13 +4204,14 @@ If several repos are related, it helps to see their status together.") (native-inputs (list git-minimal)) (inputs - (list go-github-com-songmu-gitconfig - go-github-com-mattn-go-isatty + (list go-github-com-mattn-go-isatty go-github-com-motemen-go-colorine go-github-com-saracen-walker + go-github-com-songmu-gitconfig go-github-com-urfave-cli-v2 go-golang-org-x-net - go-golang-org-x-sync)) + go-golang-org-x-sync + go-golang-org-x-text)) (synopsis "Manage remote repository clones") (description "@code{ghq} provides a way to organize remote repository clones, like |
