gnu: wayland-protocols: Update to 1.12.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.12. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									a850cbdd43
								
							
						
					
					
						commit
						f79c3ea9ca
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -431,7 +431,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
 | 
				
			||||||
(define-public wayland-protocols
 | 
					(define-public wayland-protocols
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "wayland-protocols")
 | 
					    (name "wayland-protocols")
 | 
				
			||||||
    (version "1.11")
 | 
					    (version "1.12")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -439,7 +439,7 @@ applications, X servers (rootless or fullscreen) or other display servers.")
 | 
				
			||||||
                    "wayland-protocols-" version ".tar.xz"))
 | 
					                    "wayland-protocols-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0138psvx6fv8z5x2p6xi4iij6m5k62c0qyfsb45xgcf5a4fyxz1s"))))
 | 
					                "1cn8ny4zr9xlcdh8qi1qnkmvia8cp4ixnsbhd9sp9571w6lyh69v"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("wayland" ,wayland)))
 | 
					     `(("wayland" ,wayland)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue