gnu: libwnck: Update to 3.20.1.
* gnu/packages/gnome.scm (libwnck): Update to 3.20.1.
This commit is contained in:
parent
b4ed0f8636
commit
cf0470196a
|
@ -1492,14 +1492,14 @@ controls using the Bonobo component framework.")
|
||||||
(define-public libwnck
|
(define-public libwnck
|
||||||
(package
|
(package
|
||||||
(name "libwnck")
|
(name "libwnck")
|
||||||
(version "3.14.1")
|
(version "3.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ymya8gkjygvg0i901wr3q6ihfqxx5yf4g4pb6fag2iw8af3qr5v"))))
|
(base32 "0wms3hli6y0b9l3cszq6maqi6fyy6kss9gryvzgmhw27phb3gc0w"))))
|
||||||
(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