gnu: atk: Update to 2.18.0.
* gnu/packages/gtk.scm (atk): Update to 2.18.0.
This commit is contained in:
		
							parent
							
								
									7363cda42d
								
							
						
					
					
						commit
						492b0e383b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -60,7 +60,7 @@
 | 
				
			||||||
(define-public atk
 | 
					(define-public atk
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "atk")
 | 
					   (name "atk")
 | 
				
			||||||
   (version "2.16.0")
 | 
					   (version "2.18.0")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "mirror://gnome/sources/" name "/"
 | 
					            (uri (string-append "mirror://gnome/sources/" name "/"
 | 
				
			||||||
| 
						 | 
					@ -68,7 +68,7 @@
 | 
				
			||||||
                                name "-" version ".tar.xz"))
 | 
					                                name "-" version ".tar.xz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0qp5i91kfk6rhrlam3s8ha0cz88lkyp89vsyn4pb5856c1h9hpq9"))))
 | 
					              "0ay9s137x49f0akx658p7kznz0rdapfrd8ym54q0hlgrggblhv6f"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (outputs '("out" "doc"))
 | 
					   (outputs '("out" "doc"))
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue