all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57634] [PATCH] gnu: ytfzf: Update to 2.4.1.
@ 2022-09-07  3:20 Michael Rohleder
  2022-09-07 17:26 ` bug#57634: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-09-07  3:20 UTC (permalink / raw)
  To: 57634; +Cc: Michael Rohleder

* gnu/packages/image-viewers.scm (ytfzf): Update to 2.4.1.
[inputs]: Add perl.
---
 gnu/packages/image-viewers.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index ff880ef79d..77979e8b8f 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -110,7 +110,7 @@ (define-module (gnu packages image-viewers)
 (define-public ytfzf
   (package
     (name "ytfzf")
-    (version "2.3")
+    (version "2.4.1")
     (home-page "https://github.com/pystardust/ytfzf")
     (source
      (origin
@@ -121,7 +121,7 @@ (define-public ytfzf
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01prcg6gfwy1r49v92pkzxay9iadqqhpaxvn8jmij2jm5l50iynd"))))
+        (base32 "198qhnjklrgrjs35ygym6sgx1ibwn6qrihfiginvmx38gdavdj4x"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -162,6 +162,7 @@ (define-public ytfzf
            libnotify
            mpv
            ncurses
+           perl                         ;for convert-ascii-escape.pl
            python-ueberzug
            sed
            util-linux
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57634: [PATCH] gnu: ytfzf: Update to 2.4.1.
  2022-09-07  3:20 [bug#57634] [PATCH] gnu: ytfzf: Update to 2.4.1 Michael Rohleder
@ 2022-09-07 17:26 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-09-07 17:26 UTC (permalink / raw)
  To: Michael Rohleder, 57634-done; +Cc: Michael Rohleder

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Michael Rohleder <mike@rohleder.de> skriver:

> * gnu/packages/image-viewers.scm (ytfzf): Update to 2.4.1.
> [inputs]: Add perl.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07  3:20 [bug#57634] [PATCH] gnu: ytfzf: Update to 2.4.1 Michael Rohleder
2022-09-07 17:26 ` bug#57634: " Marius Bakke

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.