gnu: feh: Update to 3.8.
* gnu/packages/image-viewers.scm (feh): Update to 3.8. [inputs]: Sort lexically. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									8487383030
								
							
						
					
					
						commit
						066cdbfa92
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -257,7 +257,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
 | 
				
			||||||
(define-public feh
 | 
					(define-public feh
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "feh")
 | 
					    (name "feh")
 | 
				
			||||||
    (version "3.7.2")
 | 
					    (version "3.8")
 | 
				
			||||||
    (home-page "https://feh.finalrewind.org/")
 | 
					    (home-page "https://feh.finalrewind.org/")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -265,7 +265,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
 | 
				
			||||||
                                  name "-" version ".tar.bz2"))
 | 
					                                  name "-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0n42kj18ldlcmrmk5qir9gs9irdl1vz9913n8p941x8cfb98ywc4"))))
 | 
					                "1a9bsq5j9sl2drzkab0hdhnamalpaszw9mz2prz6scrr5dak8g3z"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases (modify-phases %standard-phases (delete 'configure))
 | 
					     `(#:phases (modify-phases %standard-phases (delete 'configure))
 | 
				
			||||||
| 
						 | 
					@ -277,13 +277,13 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
 | 
				
			||||||
             "inotify=1")))
 | 
					             "inotify=1")))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list perl perl-test-command))
 | 
					     (list perl perl-test-command))
 | 
				
			||||||
    (inputs (list imlib2
 | 
					    (inputs (list curl
 | 
				
			||||||
                  curl
 | 
					                  imlib2
 | 
				
			||||||
                  libexif
 | 
					                  libexif
 | 
				
			||||||
                  libpng
 | 
					                  libpng
 | 
				
			||||||
                  libxt
 | 
					 | 
				
			||||||
                  libx11
 | 
					                  libx11
 | 
				
			||||||
                  libxinerama))
 | 
					                  libxinerama
 | 
				
			||||||
 | 
					                  libxt))
 | 
				
			||||||
    (native-search-paths
 | 
					    (native-search-paths
 | 
				
			||||||
     ;; Feh allows overriding the libcurl builtin CA path (unset in Guix)
 | 
					     ;; Feh allows overriding the libcurl builtin CA path (unset in Guix)
 | 
				
			||||||
     ;; with the same variable as the `curl` command line HTTP tool.
 | 
					     ;; with the same variable as the `curl` command line HTTP tool.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue