mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: inputproto: Update to 2.3.2.
* gnu/packages/xorg.scm (inputproto): Update to 2.3.2.
This commit is contained in:
parent
6a016375c9
commit
ee86a59ec7
1 changed files with 2 additions and 2 deletions
|
@ -974,7 +974,7 @@ (define-public iceauth
|
|||
(define-public inputproto
|
||||
(package
|
||||
(name "inputproto")
|
||||
(version "2.3.1")
|
||||
(version "2.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -984,7 +984,7 @@ (define-public inputproto
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lf1jlxp0fc8h6fjdffhd084dqab94966l1zm3rwwsis0mifwiss"))))
|
||||
"07gk7v006zqn3dcfh16l06gnccy7xnqywf3vl9c209ikazsnlfl9"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in a new issue