gnu: ytfzf: Update to 2.4.1.
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.4.1. [inputs]: Add perl. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
		
							parent
							
								
									344159b95c
								
							
						
					
					
						commit
						1981a39e5d
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -110,7 +110,7 @@
 | 
				
			||||||
(define-public ytfzf
 | 
					(define-public ytfzf
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ytfzf")
 | 
					    (name "ytfzf")
 | 
				
			||||||
    (version "2.3")
 | 
					    (version "2.4.1")
 | 
				
			||||||
    (home-page "https://github.com/pystardust/ytfzf")
 | 
					    (home-page "https://github.com/pystardust/ytfzf")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -121,7 +121,7 @@
 | 
				
			||||||
         (commit (string-append "v" version))))
 | 
					         (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "01prcg6gfwy1r49v92pkzxay9iadqqhpaxvn8jmij2jm5l50iynd"))))
 | 
					        (base32 "198qhnjklrgrjs35ygym6sgx1ibwn6qrihfiginvmx38gdavdj4x"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					@ -162,6 +162,7 @@
 | 
				
			||||||
           libnotify
 | 
					           libnotify
 | 
				
			||||||
           mpv
 | 
					           mpv
 | 
				
			||||||
           ncurses
 | 
					           ncurses
 | 
				
			||||||
 | 
					           perl                         ;for convert-ascii-escape.pl
 | 
				
			||||||
           python-ueberzug
 | 
					           python-ueberzug
 | 
				
			||||||
           sed
 | 
					           sed
 | 
				
			||||||
           util-linux
 | 
					           util-linux
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue