unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Chadwain Holness <chadwainholness@gmail.com>
To: 51097@debbugs.gnu.org
Cc: Chadwain Holness <chadwainholness@gmail.com>
Subject: [bug#51097] [PATCH 2/2] gnu: lf: Update to 24
Date: Fri,  8 Oct 2021 15:18:25 -0400	[thread overview]
Message-ID: <20211008191825.31034-2-chadwainholness@gmail.com> (raw)
In-Reply-To: <20211008191825.31034-1-chadwainholness@gmail.com>

* gnu/packages/disk.scm (lf): Update to 24
---
 gnu/packages/disk.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 7d6f3811dd..769fc63748 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -58,6 +58,7 @@
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gnupg)
+  #:use-module (gnu packages golang)
   #:use-module (gnu packages graphics)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages guile)
@@ -1045,7 +1046,7 @@ on your file system and offers to remove it.  @command{rmlint} can find:
 (define-public lf
   (package
     (name "lf")
-    (version "13")
+    (version "24")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1054,11 +1055,14 @@ on your file system and offers to remove it.  @command{rmlint} can find:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ld3q75v8rvp169w5p85z1vznqs9bhck6bm2f6fykxx16hmpb6ga"))))
+                "0nc7vfkaxxl2a201wnbz74an3siz8cjwrfylx17v6al5n93vxip0"))))
     (build-system go-build-system)
     (native-inputs
      `(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth)
-       ("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)))
+       ("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)
+       ("go-golang-org-x-term" ,go-golang-org-x-term)
+       ("go-gopkg-in-djherbis-times-v1" ,go-gopkg-in-djherbis-times-v1)
+       ("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)))
     (arguments
      `(#:import-path "github.com/gokcehan/lf"))
     (home-page "https://github.com/gokcehan/lf")
-- 
2.33.0





  reply	other threads:[~2021-10-08 19:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 19:01 [bug#51097] [PATCH 0/2] gnu: lf: Update to 24 Chadwain Holness
2021-10-08 19:18 ` [bug#51097] [PATCH 1/2] gnu: Add go-gopkg-in-djherbis-times-v1 Chadwain Holness
2021-10-08 19:18   ` Chadwain Holness [this message]
2021-10-14 13:49   ` bug#51097: [PATCH 0/2] gnu: lf: Update to 24 Ludovic Courtès
2021-10-10 18:21 ` [bug#51097] [PATCH 0/1] Update lf to 25 Chadwain Holness
2021-10-10 18:21   ` [bug#51097] [PATCH 1/1] gnu: lf: Update " Chadwain Holness

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211008191825.31034-2-chadwainholness@gmail.com \
    --to=chadwainholness@gmail.com \
    --cc=51097@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).