~ruther/guix-local

62818680fe41e847a164efa7ddff143813807b53 — Sharlatan Hellseher 1 year, 5 months ago eee41a4
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
1 files changed, 6 insertions(+), 5 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +6 -5
@@ 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