[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/33: gnu: lf: Update to 31.
From: |
guix-commits |
Subject: |
26/33: gnu: lf: Update to 31. |
Date: |
Sat, 6 Apr 2024 08:27:48 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 0243721fb932c9226169b7fb00ebf8fb3f68519c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Apr 6 10:22:01 2024 +0100
gnu: lf: Update to 31.
* gnu/packages/disk.scm (lf): Update to 31.
[arguments] <#:go>: Use go-1.18.
[native-inputs]: Remove go-github-com-gdamore-tcell-v2-2.3; add
go-github-com-gdamore-tcell-v2 and go-github-com-djherbis-times.
* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2-2.3): Remove
variable.
Change-Id: I02f675eeb74a2a08dd153ca64619bd6a8f23943c
---
gnu/packages/disk.scm | 11 ++++++-----
gnu/packages/golang.scm | 15 ---------------
2 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 82b311f459..6f602d645f 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1295,8 +1295,7 @@ on your file system and offers to remove it.
@command{rmlint} can find:
(define-public lf
(package
(name "lf")
- ;; When updating, remove go-github-com-gdamore-tcell-v2-2.3 from
golang.scm.
- (version "27")
+ (version "31")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1305,13 +1304,15 @@ on your file system and offers to remove it.
@command{rmlint} can find:
(file-name (git-file-name name version))
(sha256
(base32
- "1piym8za0iw2s8yryh39y072f90mzisv89ffvn1jzb71f71mbfqa"))))
+ "03icsf4c3j7295s1d8s6srz5gf09a3lghgw3zfcd86p03zhkzsaf"))))
(build-system go-build-system)
(native-inputs
(list go-github-com-mattn-go-runewidth go-golang-org-x-term
- go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2-2.3))
+ go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2
+ go-github-com-djherbis-times))
(arguments
- `(#:import-path "github.com/gokcehan/lf"))
+ `(#:go ,go-1.18
+ #:import-path "github.com/gokcehan/lf"))
(home-page "https://github.com/gokcehan/lf")
(synopsis "Console file browser similar to Ranger")
(description "lf (as in \"list files\") is a terminal file manager
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4ffcfadd42..e2a514a1ac 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5648,21 +5648,6 @@ systems.")
(modify-inputs (package-inputs go-github-com-gdamore-tcell)
(prepend go-golang-org-x-term go-golang-org-x-sys)))))
-(define-public go-github-com-gdamore-tcell-v2-2.3
- (package
- (inherit go-github-com-gdamore-tcell-v2)
- (name "go-github-com-gdamore-tcell")
- (version "2.3.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/gdamore/tcell")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0ypbl5080q9sd3irad8mv7zlg4242i8pmg5xyhbyq95kymwibaid"))))))
-
(define-public go-git-sr-ht-rockorager-tcell-term
(package
(name "go-git-sr-ht-rockorager-tcell-term")
- 10/33: gnu: Add go-github-com-modern-go-concurrent., (continued)
- 10/33: gnu: Add go-github-com-modern-go-concurrent., guix-commits, 2024/04/06
- 05/33: gnu: Add go-github-com-google-pprof., guix-commits, 2024/04/06
- 18/33: gnu: go-github-com-mattn-go-sqlite3: Move to golang-xyz., guix-commits, 2024/04/06
- 16/33: gnu: go-github-com-mattn-go-pointer: Move to golang-xyz., guix-commits, 2024/04/06
- 24/33: gnu: go-github-com-songmu-gitconfig: Update to 0.1.1., guix-commits, 2024/04/06
- 25/33: gnu: Add go-github-com-djherbis-times., guix-commits, 2024/04/06
- 30/33: gnu: tz: Refresh package style., guix-commits, 2024/04/06
- 28/33: gnu: Add go-github-com-tkuchiki-go-timezone., guix-commits, 2024/04/06
- 31/33: gnu: countdown: Update to 1.5.0., guix-commits, 2024/04/06
- 22/33: gnu: go-github-com-mattn-go-pointer: Update to 0.0.1., guix-commits, 2024/04/06
- 26/33: gnu: lf: Update to 31.,
guix-commits <=
- 15/33: gnu: go-github-com-mattn-go-colorable: Move to golang-xyz., guix-commits, 2024/04/06
- 23/33: gnu: go-github-com-mattn-go-pointer: Fix indentation., guix-commits, 2024/04/06
- 32/33: gnu: countdown: Remove input labels., guix-commits, 2024/04/06
- 13/33: gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz., guix-commits, 2024/04/06
- 33/33: gnu: packages: backup: Sort use-module alphabetically., guix-commits, 2024/04/06