gnu: gmic: Update to 2.9.2.
* gnu/packages/image-processing.scm (gmic): Update to 2.9.2.
This commit is contained in:
		
							parent
							
								
									b1e5eb31cd
								
							
						
					
					
						commit
						84479dccd1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -568,14 +568,14 @@ due to its architecture which automatically parallelises the image workflows.")
 | 
				
			||||||
(define-public gmic
 | 
					(define-public gmic
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gmic")
 | 
					    (name "gmic")
 | 
				
			||||||
    (version "2.9.1")
 | 
					    (version "2.9.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://gmic.eu/files/source/gmic_"
 | 
					       (uri (string-append "https://gmic.eu/files/source/gmic_"
 | 
				
			||||||
                           version ".tar.gz"))
 | 
					                           version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "13axx7nwchn6ysgpvlw3fib474q4nrwv3qn20g3q03ldid0xvjah"))))
 | 
					        (base32 "14acph914a8lp6qqfmp319ggqjg3i3hmalmnpk3mp07m7vpv2p9q"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ;there are no tests
 | 
					     `(#:tests? #f))                    ;there are no tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue