gnu: catimg: Update to 2.4.0.
* gnu/packages/image-viewers.scm (catimg): Update to 2.4.0.
This commit is contained in:
		
							parent
							
								
									226685faa5
								
							
						
					
					
						commit
						ddde3f6be1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -256,7 +256,7 @@ your images.  Among its features are:
 | 
				
			||||||
(define-public catimg
 | 
					(define-public catimg
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "catimg")
 | 
					    (name "catimg")
 | 
				
			||||||
    (version "2.3.2")
 | 
					    (version "2.4.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -265,7 +265,7 @@ your images.  Among its features are:
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0n78sl8mxyky9zcih2znzcnb9dbfmvmrdwzj73jcxfh531cgcpi9"))))
 | 
					         "1rwgbq2imd5l4nql5hrz7rr5f4gz8aad1amlf0j3cxir8slpbd1y"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f                      ; no tests
 | 
					     `(#:tests? #f                      ; no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue