[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51097] [PATCH 1/1] gnu: lf: Update to 25
From: |
Chadwain Holness |
Subject: |
[bug#51097] [PATCH 1/1] gnu: lf: Update to 25 |
Date: |
Sun, 10 Oct 2021 14:21:38 -0400 |
* gnu/packages/disk.scm (lf): Update to 25
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 769fc63748..abe49d7ad3 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1046,7 +1046,7 @@ on your file system and offers to remove it.
@command{rmlint} can find:
(define-public lf
(package
(name "lf")
- (version "24")
+ (version "25")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1055,7 +1055,7 @@ on your file system and offers to remove it.
@command{rmlint} can find:
(file-name (git-file-name name version))
(sha256
(base32
- "0nc7vfkaxxl2a201wnbz74an3siz8cjwrfylx17v6al5n93vxip0"))))
+ "014cybng6hc9y3ma74hpc1ac3rkz4ydflx8jbmvx81rdd08rzwz7"))))
(build-system go-build-system)
(native-inputs
`(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth)
--
2.33.0