[PATCH] gnu: ytfzf: Update to 2.4.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220907032018.11622-1-mike@rohleder.de
* 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(-)

Toggle diff (32 lines)
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
Marius Bakke wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
875yhzw0xb.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skriver:

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

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYxjUUA8cbWFyaXVzQGdu
dS5vcmcACgkQ6HGLpZEUEHfbmQEA0dEWnhMiJfoYDcCTDpzpLbEvMWI0Xo2xu++4
K1mv/iAA/j7RnMSvaE3gywn3K253bzHeDw0YFxPe+9DJmJ9wcboI
=GKkt
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57634@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57634
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help