[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/401: gnu: lf: Update to 33.
From: |
guix-commits |
Subject: |
48/401: gnu: lf: Update to 33. |
Date: |
Thu, 26 Dec 2024 19:30:26 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ee22bbddaa61e856878b77987e462d0a294d4b4a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 21:02:13 2024 +0000
gnu: lf: Update to 33.
* gnu/packages/disk.scm (lf): Update to 33.
[native-inputs]: Remove go-gopkg-in-djherbis-times-v1; add
go-github-com-fsnotify-fsnotify, go-github-com-xuanwo-go-locale,
go-golang-org-x-sys, and go-golang-org-x-text.
Change-Id: Ia82629c748254838b2aefbc21bc226b81bb2a660
---
gnu/packages/disk.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index fd9cb8a45e..97470407fc 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1320,7 +1320,7 @@ on your file system and offers to remove it.
@command{rmlint} can find:
(define-public lf
(package
(name "lf")
- (version "31")
+ (version "33")
(source
(origin
(method git-fetch)
@@ -1329,7 +1329,7 @@ on your file system and offers to remove it.
@command{rmlint} can find:
(commit (string-append "r" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "03icsf4c3j7295s1d8s6srz5gf09a3lghgw3zfcd86p03zhkzsaf"))))
+ (base32 "1jmqf27ysi35n3hqahlzs5hym7i4w1mplklrvv0lc0baddzx7av8"))))
(build-system go-build-system)
(arguments
(list
@@ -1337,10 +1337,13 @@ on your file system and offers to remove it.
@command{rmlint} can find:
#:import-path "github.com/gokcehan/lf"))
(native-inputs
(list go-github-com-djherbis-times
+ go-github-com-fsnotify-fsnotify
go-github-com-gdamore-tcell-v2
go-github-com-mattn-go-runewidth
+ go-github-com-xuanwo-go-locale
+ go-golang-org-x-sys
go-golang-org-x-term
- go-gopkg-in-djherbis-times-v1))
+ go-golang-org-x-text))
(home-page "https://github.com/gokcehan/lf")
(synopsis "Console file browser similar to Ranger")
(description
- branch go-team created (now dd5e7d0209), guix-commits, 2024/12/26
- 19/401: gnu: go-github-com-nxadm-tail: Update to 1.4.11., guix-commits, 2024/12/26
- 20/401: gnu: go-github-com-nxadm-tail: Move to golang-xyz., guix-commits, 2024/12/26
- 21/401: gnu: go-github-com-twpayne-go-vfs: Update to 5.0.4., guix-commits, 2024/12/26
- 36/401: gnu: go-github-com-urfave-cli: Move to golang-xyz., guix-commits, 2024/12/26
- 50/401: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/12/26
- 31/401: gnu: Add go-csv2table., guix-commits, 2024/12/26
- 53/401: gnu: Remove go-github-com-kylelemons-godebug-pretty., guix-commits, 2024/12/26
- 48/401: gnu: lf: Update to 33.,
guix-commits <=
- 43/401: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/12/26
- 54/401: gnu: Rename go-github-com-gizak-termui., guix-commits, 2024/12/26
- 63/401: gnu: packages/linux: Remove golang-build module., guix-commits, 2024/12/26
- 78/401: gnu: Add go-github-com-charmbracelet-x-windows., guix-commits, 2024/12/26
- 81/401: gnu: Add go-github-com-cli-browser., guix-commits, 2024/12/26
- 08/401: gnu: go-github-com-spf13-afero: Update to 1.6.0., guix-commits, 2024/12/26
- 09/401: gnu: go-github-com-spf13-cast: Update to 1.7.0., guix-commits, 2024/12/26
- 13/401: gnu: go-github-com-spf13-afero: Run all tests., guix-commits, 2024/12/26
- 06/401: gnu: go-github-com-kylelemons-godebug: Move to golang-xyz., guix-commits, 2024/12/26
- 04/401: gnu: go-github-com-go-md2man: Update to 2.0.5., guix-commits, 2024/12/26