summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-26 20:55:06 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-26 20:55:06 +0000
commit75437dbb7695bf336e349796f075df06662b130c (patch)
treef9be05fb167d6405297f9f5db1196c73b9795edc /gnu/packages/disk.scm
parent55859a28cc1deeddb2d7e46c3a4579290029501b (diff)
parent9e2de68cf8aa5ac590ae3fca4fe90ac1b91bfa8a (diff)
Merge remote-tracking branch 'origin/go-team'
Change-Id: I3672a7dc248a41b1a83e4c488523f62cf1806710
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 800034624e4..3616faf61cd 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -71,7 +71,6 @@
71 #:use-module (gnu packages glib) 71 #:use-module (gnu packages glib)
72 #:use-module (gnu packages gnome) 72 #:use-module (gnu packages gnome)
73 #:use-module (gnu packages gnupg) 73 #:use-module (gnu packages gnupg)
74 #:use-module (gnu packages golang)
75 #:use-module (gnu packages golang-build) 74 #:use-module (gnu packages golang-build)
76 #:use-module (gnu packages golang-xyz) 75 #:use-module (gnu packages golang-xyz)
77 #:use-module (gnu packages graphics) 76 #:use-module (gnu packages graphics)
@@ -1324,7 +1323,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
1324(define-public lf 1323(define-public lf
1325 (package 1324 (package
1326 (name "lf") 1325 (name "lf")
1327 (version "31") 1326 (version "33")
1328 (source 1327 (source
1329 (origin 1328 (origin
1330 (method git-fetch) 1329 (method git-fetch)
@@ -1333,7 +1332,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
1333 (commit (string-append "r" version)))) 1332 (commit (string-append "r" version))))
1334 (file-name (git-file-name name version)) 1333 (file-name (git-file-name name version))
1335 (sha256 1334 (sha256
1336 (base32 "03icsf4c3j7295s1d8s6srz5gf09a3lghgw3zfcd86p03zhkzsaf")))) 1335 (base32 "1jmqf27ysi35n3hqahlzs5hym7i4w1mplklrvv0lc0baddzx7av8"))))
1337 (build-system go-build-system) 1336 (build-system go-build-system)
1338 (arguments 1337 (arguments
1339 (list 1338 (list
@@ -1341,10 +1340,13 @@ on your file system and offers to remove it. @command{rmlint} can find:
1341 #:import-path "github.com/gokcehan/lf")) 1340 #:import-path "github.com/gokcehan/lf"))
1342 (native-inputs 1341 (native-inputs
1343 (list go-github-com-djherbis-times 1342 (list go-github-com-djherbis-times
1343 go-github-com-fsnotify-fsnotify
1344 go-github-com-gdamore-tcell-v2 1344 go-github-com-gdamore-tcell-v2
1345 go-github-com-mattn-go-runewidth 1345 go-github-com-mattn-go-runewidth
1346 go-github-com-xuanwo-go-locale
1347 go-golang-org-x-sys
1346 go-golang-org-x-term 1348 go-golang-org-x-term
1347 go-gopkg-in-djherbis-times-v1)) 1349 go-golang-org-x-text))
1348 (home-page "https://github.com/gokcehan/lf") 1350 (home-page "https://github.com/gokcehan/lf")
1349 (synopsis "Console file browser similar to Ranger") 1351 (synopsis "Console file browser similar to Ranger")
1350 (description 1352 (description