mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 18:41:54 +02:00
gnu: lf: Update to 37.
* gnu/packages/disk.scm (lf): Update to 37. [native-inputs]: Remove go-golang-org-x-text. Change-Id: I65e526ca6b24bb5d359ef8d264b7efd0995072d1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user