gnu: libgnomekbd: Update to 3.26.0.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.0.
This commit is contained in:
parent
112e908323
commit
4a3f6e02a1
1 changed files with 2 additions and 2 deletions
|
@ -6817,7 +6817,7 @@ (define-public gfbgraph
|
||||||
(define-public libgnomekbd
|
(define-public libgnomekbd
|
||||||
(package
|
(package
|
||||||
(name "libgnomekbd")
|
(name "libgnomekbd")
|
||||||
(version "3.22.0.1")
|
(version "3.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -6825,7 +6825,7 @@ (define-public libgnomekbd
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1plkkack6s8b21gcmmly0lapgcjz53dmw2vixnn4rw4jxjwbdzaf"))))
|
"0xc8jrc44x2h24v28wv36k70k7bwxy6p2vsvxvvia1n3ay642fza"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue