gnu: wayland: Update to 1.22.0.
* gnu/packages/freedesktop.scm (wayland): Update to 1.22.0.
This commit is contained in:
		
							parent
							
								
									5d49434c45
								
							
						
					
					
						commit
						b12a5f71ec
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1164,7 +1164,7 @@ Python.")
 | 
				
			||||||
(define-public wayland
 | 
					(define-public wayland
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "wayland")
 | 
					    (name "wayland")
 | 
				
			||||||
    (version "1.21.0")
 | 
					    (version "1.22.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://gitlab.freedesktop.org/" name
 | 
					              (uri (string-append "https://gitlab.freedesktop.org/" name
 | 
				
			||||||
| 
						 | 
					@ -1172,7 +1172,7 @@ Python.")
 | 
				
			||||||
                                  name "-" version ".tar.xz"))
 | 
					                                  name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd"))))
 | 
					                "0hjq8b1cprxpxcv2klgir1hd63vy5hrqilp9v317394qlqgayh0m"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue