summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-04-06 10:22:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-04-06 13:14:44 +0100
commit0243721fb932c9226169b7fb00ebf8fb3f68519c (patch)
treeef331f0fda9ee445f6a6860040c77109e9d58f09 /gnu
parent34e21fac4fb25a6714e1cb378cdb5a698bd88923 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/disk.scm11
-rw-r--r--gnu/packages/golang.scm15
2 files changed, 6 insertions, 20 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 82b311f4593..6f602d645f1 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:
1295(define-public lf 1295(define-public lf
1296 (package 1296 (package
1297 (name "lf") 1297 (name "lf")
1298 ;; When updating, remove go-github-com-gdamore-tcell-v2-2.3 from golang.scm. 1298 (version "31")
1299 (version "27")
1300 (source (origin 1299 (source (origin
1301 (method git-fetch) 1300 (method git-fetch)
1302 (uri (git-reference 1301 (uri (git-reference
@@ -1305,13 +1304,15 @@ on your file system and offers to remove it. @command{rmlint} can find:
1305 (file-name (git-file-name name version)) 1304 (file-name (git-file-name name version))
1306 (sha256 1305 (sha256
1307 (base32 1306 (base32
1308 "1piym8za0iw2s8yryh39y072f90mzisv89ffvn1jzb71f71mbfqa")))) 1307 "03icsf4c3j7295s1d8s6srz5gf09a3lghgw3zfcd86p03zhkzsaf"))))
1309 (build-system go-build-system) 1308 (build-system go-build-system)
1310 (native-inputs 1309 (native-inputs
1311 (list go-github-com-mattn-go-runewidth go-golang-org-x-term 1310 (list go-github-com-mattn-go-runewidth go-golang-org-x-term
1312 go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2-2.3)) 1311 go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2
1312 go-github-com-djherbis-times))
1313 (arguments 1313 (arguments
1314 `(#:import-path "github.com/gokcehan/lf")) 1314 `(#:go ,go-1.18
1315 #:import-path "github.com/gokcehan/lf"))
1315 (home-page "https://github.com/gokcehan/lf") 1316 (home-page "https://github.com/gokcehan/lf")
1316 (synopsis "Console file browser similar to Ranger") 1317 (synopsis "Console file browser similar to Ranger")
1317 (description "lf (as in \"list files\") is a terminal file manager 1318 (description "lf (as in \"list files\") is a terminal file manager
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4ffcfadd42f..e2a514a1ac7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5648,21 +5648,6 @@ systems.")
5648 (modify-inputs (package-inputs go-github-com-gdamore-tcell) 5648 (modify-inputs (package-inputs go-github-com-gdamore-tcell)
5649 (prepend go-golang-org-x-term go-golang-org-x-sys))))) 5649 (prepend go-golang-org-x-term go-golang-org-x-sys)))))
5650 5650
5651(define-public go-github-com-gdamore-tcell-v2-2.3
5652 (package
5653 (inherit go-github-com-gdamore-tcell-v2)
5654 (name "go-github-com-gdamore-tcell")
5655 (version "2.3.1")
5656 (source
5657 (origin
5658 (method git-fetch)
5659 (uri (git-reference
5660 (url "https://github.com/gdamore/tcell")
5661 (commit (string-append "v" version))))
5662 (file-name (git-file-name name version))
5663 (sha256
5664 (base32 "0ypbl5080q9sd3irad8mv7zlg4242i8pmg5xyhbyq95kymwibaid"))))))
5665
5666(define-public go-git-sr-ht-rockorager-tcell-term 5651(define-public go-git-sr-ht-rockorager-tcell-term
5667 (package 5652 (package
5668 (name "go-git-sr-ht-rockorager-tcell-term") 5653 (name "go-git-sr-ht-rockorager-tcell-term")