gnu: libwacom: Update to 1.2.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.2.
This commit is contained in:
		
							parent
							
								
									10576acbbf
								
							
						
					
					
						commit
						bde974c55e
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -18,7 +18,7 @@ | |||
| ;;; Copyright © 2016 Petter <petter@mykolab.ch> | ||||
| ;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com> | ||||
| ;;; Copyright © 2017 ng0 <ng0@n0.is> | ||||
| ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | ||||
| ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | ||||
| ;;; Copyright © 2017 Marek Benc <dusxmt@gmx.com> | ||||
| ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org> | ||||
| ;;; Copyright © 2018 Thomas Sigurdsen <tonton@riseup.net> | ||||
|  | @ -1049,7 +1049,7 @@ Escape key when Left Control is pressed and released on its own.") | |||
| (define-public libwacom | ||||
|   (package | ||||
|     (name "libwacom") | ||||
|     (version "1.1") | ||||
|     (version "1.2") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append | ||||
|  | @ -1057,7 +1057,7 @@ Escape key when Left Control is pressed and released on its own.") | |||
|                     "libwacom-" version "/libwacom-" version ".tar.bz2")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "00lyv419ijyng6ak5vpw0swnn4qg6lbfh7zysf92wcvn6rcq7d4c")))) | ||||
|                 "1hv3z2qkvycqcyv99zfpbbgrlbyppdq8kk2y9x51578mwbgcy162")))) | ||||
|     (build-system glib-or-gtk-build-system) | ||||
|     (arguments | ||||
|      `(#:configure-flags '("--disable-static"))) | ||||
|  |  | |||
		Reference in a new issue