gnu: gegl: Update to 0.4.22.
* gnu/packages/gimp.scm (gegl): Update to 0.4.22.
This commit is contained in:
		
							parent
							
								
									06271fe3ce
								
							
						
					
					
						commit
						b3ca0ee1bb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -89,7 +89,7 @@ provided, as well as a framework to add new color models and data types.")
 | 
				
			||||||
(define-public gegl
 | 
					(define-public gegl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gegl")
 | 
					    (name "gegl")
 | 
				
			||||||
    (version "0.4.20")
 | 
					    (version "0.4.22")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (list (string-append "https://download.gimp.org/pub/gegl/"
 | 
					              (uri (list (string-append "https://download.gimp.org/pub/gegl/"
 | 
				
			||||||
| 
						 | 
					@ -103,7 +103,7 @@ provided, as well as a framework to add new color models and data types.")
 | 
				
			||||||
                                        "/gegl-" version ".tar.xz")))
 | 
					                                        "/gegl-" version ".tar.xz")))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1zrxnxlhn0jmshg4n2m2xlgi886w059ynkiiihm7rpi05fs8pg93"))))
 | 
					                "0q9cckf90fb82qc5d496fjz459f1xw4j4p3rff1f57yivx0yr20q"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue