~ruther/guix-local

321361c1d7543d915863f31c4eae5ba6be1832e9 — Sharlatan Hellseher 7 months ago 0df23ca
gnu: lf: Update to 37.

* gnu/packages/disk.scm (lf): Update to 37.
[native-inputs]: Remove go-golang-org-x-text.

Change-Id: I65e526ca6b24bb5d359ef8d264b7efd0995072d1
1 files changed, 5 insertions(+), 6 deletions(-)

M gnu/packages/disk.scm
M gnu/packages/disk.scm => gnu/packages/disk.scm +5 -6
@@ 1469,16 1469,16 @@ on your file system and offers to remove it.  @command{rmlint} can find:
(define-public lf
  (package
    (name "lf")
    (version "35")
    (version "37")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/gokcehan/lf")
             (commit (string-append "r" version))))
              (url "https://github.com/gokcehan/lf")
              (commit (string-append "r" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "19hk78j1cdnpjg5gjilm797vzzlppfard1qas9vxjhx289n8i76i"))))
        (base32 "0m2h0dnxbfqsnafy9bwvis35k0197zn768r764zs53qg9f3fdc93"))))
    (build-system go-build-system)
    (arguments
     (list


@@ 1491,8 1491,7 @@ on your file system and offers to remove it.  @command{rmlint} can find:
           go-github-com-mattn-go-runewidth
           go-github-com-xuanwo-go-locale
           go-golang-org-x-sys
           go-golang-org-x-term
           go-golang-org-x-text))
           go-golang-org-x-term))
    (home-page "https://github.com/gokcehan/lf")
    (synopsis "Console file browser similar to Ranger")
    (description