diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-11 19:05:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:53 +0100 |
| commit | 4a7e5a0ceda6aa0165f9602c8573dfb66368b352 (patch) | |
| tree | 2eb58e33efd46a475113cd775d6beb79786d306c /gnu/packages/disk.scm | |
| parent | 7287813cade07e97adc2c3c7fc6ba9f662acab51 (diff) | |
gnu: lf: Update to 35.
* gnu/packages/disk.scm (lf): Update to 35.
Change-Id: I507fb2ef4df181bfbf352629a0b97e278581da52
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index a452c849fc4..a1767a3ea5d 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -1469,7 +1469,7 @@ on your file system and offers to remove it. @command{rmlint} can find: (define-public lf (package (name "lf") - (version "33") + (version "35") (source (origin (method git-fetch) @@ -1478,7 +1478,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 "1jmqf27ysi35n3hqahlzs5hym7i4w1mplklrvv0lc0baddzx7av8")))) + (base32 "19hk78j1cdnpjg5gjilm797vzzlppfard1qas9vxjhx289n8i76i")))) (build-system go-build-system) (arguments (list |
