gnu: libwnck: Update to 3.30.0.

* gnu/packages/gnome.scm (libwnck): Update to 3.30.0.
This commit is contained in:
Ricardo Wurmus 2018-12-04 05:08:58 +01:00 committed by Kei Kebreau
parent 36053d7f1d
commit 6cc6e3e514
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -2006,7 +2006,7 @@ controls using the Bonobo component framework.")
(define-public libwnck
(package
(name "libwnck")
(version "3.24.1")
(version "3.30.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -2014,7 +2014,7 @@ controls using the Bonobo component framework.")
name "-" version ".tar.xz"))
(sha256
(base32
"010zk9zvydggxqnxfml3scml5yxmpjy90irpqcayrzw26lldr9mg"))))
"0f9lvhm3w25046dqq8xyg7nzggxpmdriwrb661nng05a8qk0svdc"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)