mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libmatekbd: Update to 1.22.0.
* gnu/packages/mate.scm (libmatekbd): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
660aa5d9f8
commit
a628389fa9
1 changed files with 2 additions and 2 deletions
|
@ -432,7 +432,7 @@ (define-public libmatemixer
|
|||
(define-public libmatekbd
|
||||
(package
|
||||
(name "libmatekbd")
|
||||
(version "1.18.2")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -441,7 +441,7 @@ (define-public libmatekbd
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"030bl18qbjm7l92bp1bhs7v82bp8j3mv7c1j1a4gd89iz4611pq3"))))
|
||||
"1dsr7618c92mhwabwhgxqsfp7gnf9zrz2z790jc5g085dxhg13y8"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue