gnu: libxkbcommon: Update to 0.8.2.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.8.2.
This commit is contained in:
		
							parent
							
								
									233e7a028d
								
							
						
					
					
						commit
						766e46e25f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -157,14 +157,14 @@ avoiding password prompts when X11 forwarding has already been setup.")
 | 
				
			||||||
(define-public libxkbcommon
 | 
					(define-public libxkbcommon
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libxkbcommon")
 | 
					    (name "libxkbcommon")
 | 
				
			||||||
    (version "0.8.0")
 | 
					    (version "0.8.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "https://xkbcommon.org/download/" name "-"
 | 
					             (uri (string-append "https://xkbcommon.org/download/" name "-"
 | 
				
			||||||
                                 version ".tar.xz"))
 | 
					                                 version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0vgy84vfbig5bqznr137h5arjidnfwrxrdli0pxyn2jfn1fjcag8"))))
 | 
					               "136mdq11lrwg6rjmm44lmysxxgb9c35p4sq6k0cd129x82rw9f3s"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libx11" ,libx11)
 | 
					     `(("libx11" ,libx11)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue