[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/20: gnu: lf: Update to 33.
From: |
guix-commits |
Subject: |
16/20: gnu: lf: Update to 33. |
Date: |
Sun, 24 Nov 2024 16:48:52 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 0af767b2e0e045720fc8c4bb36d4aaa889516122
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 00674016a4..25160f9ae4 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1317,7 +1317,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)
@@ -1326,7 +1326,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
@@ -1334,10 +1334,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
- 06/20: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., (continued)
- 06/20: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., guix-commits, 2024/11/24
- 18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/11/24
- 01/20: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/11/24
- 03/20: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/11/24
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24
- 09/20: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/11/24
- 13/20: gnu: kurly: Improve package style., guix-commits, 2024/11/24
- 10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/11/24
- 16/20: gnu: lf: Update to 33.,
guix-commits <=
- 12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/11/24
- 15/20: gnu: Add go-github-com-xuanwo-go-locale., guix-commits, 2024/11/24
- 14/20: gnu: packages/curl: Remove golang module., guix-commits, 2024/11/24
- 17/20: gnu: go-github-com-gdamore-tcell: Update to 1.4.0., guix-commits, 2024/11/24