gnu: libwnck: Update to 3.30.0.
* gnu/packages/gnome.scm (libwnck): Update to 3.30.0.
This commit is contained in:
parent
36053d7f1d
commit
6cc6e3e514
|
@ -2006,7 +2006,7 @@ controls using the Bonobo component framework.")
|
||||||
(define-public libwnck
|
(define-public libwnck
|
||||||
(package
|
(package
|
||||||
(name "libwnck")
|
(name "libwnck")
|
||||||
(version "3.24.1")
|
(version "3.30.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 "/"
|
||||||
|
@ -2014,7 +2014,7 @@ controls using the Bonobo component framework.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"010zk9zvydggxqnxfml3scml5yxmpjy90irpqcayrzw26lldr9mg"))))
|
"0f9lvhm3w25046dqq8xyg7nzggxpmdriwrb661nng05a8qk0svdc"))))
|
||||||
(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 New Issue