gnu: gimp: Update to 2.10.6.
* gnu/packages/gimp.scm (gimp): Update to 2.10.6.
This commit is contained in:
		
							parent
							
								
									901888a854
								
							
						
					
					
						commit
						0f83d6029e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -117,7 +117,7 @@ buffers.")
 | 
				
			||||||
(define-public gimp
 | 
					(define-public gimp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gimp")
 | 
					    (name "gimp")
 | 
				
			||||||
    (version "2.10.4")
 | 
					    (version "2.10.6")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://download.gimp.org/pub/gimp/v"
 | 
					              (uri (string-append "https://download.gimp.org/pub/gimp/v"
 | 
				
			||||||
| 
						 | 
					@ -125,7 +125,7 @@ buffers.")
 | 
				
			||||||
                                  "/gimp-" version ".tar.bz2"))
 | 
					                                  "/gimp-" version ".tar.bz2"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "14pi0q3wwkapy0inqxk1hjsa2h8lff1z4wgdsyrk29jaw66pdc7z"))))
 | 
					                "07qh2ljbza2mph1gh8sicn27qihhj8hx3ivvry2874cfh8ghgj2f"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (outputs '("out"
 | 
					    (outputs '("out"
 | 
				
			||||||
               "doc"))                            ; 9 MiB of gtk-doc HTML
 | 
					               "doc"))                            ; 9 MiB of gtk-doc HTML
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue