gnu: feh: Update to 2.18.3.
* gnu/packages/image-viewers.scm (feh): Update to 2.18.3.
This commit is contained in:
		
							parent
							
								
									2c273a82f3
								
							
						
					
					
						commit
						fdcc9163d5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -43,7 +43,7 @@
 | 
				
			||||||
(define-public feh
 | 
					(define-public feh
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "feh")
 | 
					    (name "feh")
 | 
				
			||||||
    (version "2.18.2")
 | 
					    (version "2.18.3")
 | 
				
			||||||
    (home-page "https://feh.finalrewind.org/")
 | 
					    (home-page "https://feh.finalrewind.org/")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -51,7 +51,7 @@
 | 
				
			||||||
                                  name "-" version ".tar.bz2"))
 | 
					                                  name "-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "09f5rfzls4h5jcrp7ylwbiljp5qzc2nbw9p2csv0pnlaixj69gil"))))
 | 
					                "0qq567d0g181k6llr6p759lnni39va5xakjqngd6063fm73nhbyq"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
      '(#:phases (alist-delete 'configure %standard-phases)
 | 
					      '(#:phases (alist-delete 'configure %standard-phases)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue