mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: libgnomekbd: Update to 3.22.0.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.0.
This commit is contained in:
parent
80f2d23a52
commit
0abc663433
1 changed files with 2 additions and 2 deletions
|
@ -5523,7 +5523,7 @@ (define-public gfbgraph
|
||||||
(define-public libgnomekbd
|
(define-public libgnomekbd
|
||||||
(package
|
(package
|
||||||
(name "libgnomekbd")
|
(name "libgnomekbd")
|
||||||
(version "3.6.0")
|
(version "3.22.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 "/"
|
||||||
|
@ -5531,7 +5531,7 @@ (define-public libgnomekbd
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02bahnl3vaqyqyr99r9kwka84sxj8qdrz7x0bf97192dysqaa7n4"))))
|
"1pvpbljvxc0riamraiflnm05dpb6i4vlmqqgdh74xggbpzd302rl"))))
|
||||||
(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