mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xf86-input-void: Update to 1.4.1.
* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.1.
This commit is contained in:
parent
eec4e906ce
commit
746e671007
1 changed files with 2 additions and 2 deletions
|
@ -2541,7 +2541,7 @@ (define-public xf86-input-synaptics
|
|||
(define-public xf86-input-void
|
||||
(package
|
||||
(name "xf86-input-void")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2551,7 +2551,7 @@ (define-public xf86-input-void
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"01bmk324fq48wydvy1qrnxbw6qz0fjd0i80g0n4cqr1c4mjmif9a"))))
|
||||
"171k8b8s42s3w73l7ln9jqwk88w4l7r1km2blx1vy898c854yvpr"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue