GNU bug report logs - #57634
[PATCH] gnu: ytfzf: Update to 2.4.1.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Wed, 7 Sep 2022 03:21:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Marius Bakke <marius <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57634: closed ([PATCH] gnu: ytfzf: Update to 2.4.1.)
Date: Wed, 07 Sep 2022 17:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 07 Sep 2022 19:26:40 +0200
with message-id <875yhzw0xb.fsf <at> gnu.org>
and subject line Re: [bug#57634] [PATCH] gnu: ytfzf: Update to 2.4.1.
has caused the debbugs.gnu.org bug report #57634,
regarding [PATCH] gnu: ytfzf: Update to 2.4.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57634: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57634
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: ytfzf: Update to 2.4.1.
Date: Wed,  7 Sep 2022 05:20:18 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Marius Bakke <marius <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>, 57634-done <at> debbugs.gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: Re: [bug#57634] [PATCH] gnu: ytfzf: Update to 2.4.1.
Date: Wed, 07 Sep 2022 19:26:40 +0200
[Message part 4 (text/plain, inline)]
Michael Rohleder <mike <at> rohleder.de> skriver:

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

Applied, thanks!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 256 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.