all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chadwain Holness <chadwainholness@gmail.com>
To: 55254@debbugs.gnu.org
Cc: Chadwain Holness <chadwainholness@gmail.com>
Subject: [bug#55254] [PATCH] gnu: lf: Update to 27
Date: Wed,  4 May 2022 02:08:33 -0400	[thread overview]
Message-ID: <20220504060832.21091-1-chadwainholness@gmail.com> (raw)

* gnu/packages/disk.scm (lf): Update to 27.
[native-inputs]: Remove go-github.com-nsf-termbox-go.
---
 gnu/packages/disk.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 15d0401090..38465c2d47 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1098,7 +1098,7 @@ (define-public rmlint
 (define-public lf
   (package
     (name "lf")
-    (version "25")
+    (version "27")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1107,11 +1107,10 @@ (define-public lf
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "014cybng6hc9y3ma74hpc1ac3rkz4ydflx8jbmvx81rdd08rzwz7"))))
+                "1piym8za0iw2s8yryh39y072f90mzisv89ffvn1jzb71f71mbfqa"))))
     (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-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)))
-- 
2.35.1





             reply	other threads:[~2022-05-04  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04  6:08 Chadwain Holness [this message]
2022-05-08 21:36 ` bug#55254: [PATCH] gnu: lf: Update to 27 Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=20220504060832.21091-1-chadwainholness@gmail.com \
    --to=chadwainholness@gmail.com \
    --cc=55254@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.