gnu: libinput: Update to 1.13.4.
* gnu/packages/freedesktop.scm (libinput): Update to 1.13.4.
This commit is contained in:
		
							parent
							
								
									c2dad3f983
								
							
						
					
					
						commit
						8cf7afe69d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -152,14 +152,14 @@ freedesktop.org project.")
 | 
				
			||||||
(define-public libinput
 | 
					(define-public libinput
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libinput")
 | 
					    (name "libinput")
 | 
				
			||||||
    (version "1.13.2")
 | 
					    (version "1.13.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://freedesktop.org/software/libinput/"
 | 
					              (uri (string-append "https://freedesktop.org/software/libinput/"
 | 
				
			||||||
                                  "libinput-" version ".tar.xz"))
 | 
					                                  "libinput-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0vbapc90m49n0z8w8w4v0qf1iiwaixw9h79jfmps9pj8hdls17qx"))))
 | 
					                "07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("-Ddocumentation=false")))
 | 
					     `(#:configure-flags '("-Ddocumentation=false")))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue