summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2017-11-09 12:17:37 -0500
committerKei Kebreau <kkebreau@posteo.net>2017-11-09 12:17:37 -0500
commitad9b8987f309c3fcb1cd0d97d2d3cdf664d88e85 (patch)
tree17f333806b97ac3a86786f508210c217f95c27f3
parent5475749960d44163a4c6c4d1d1cb1be9872b861e (diff)
downloadpatches-ad9b8987f309c3fcb1cd0d97d2d3cdf664d88e85.tar
patches-ad9b8987f309c3fcb1cd0d97d2d3cdf664d88e85.tar.gz
gnu: libwnck: Update to 3.24.1.
* gnu/packages/gnome.scm (libwnck): Update to 3.24.1.
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea8a5bad0e..172f09e9b7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1732,14 +1732,15 @@ controls using the Bonobo component framework.")
(define-public libwnck
(package
(name "libwnck")
- (version "3.20.1")
+ (version "3.24.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0wms3hli6y0b9l3cszq6maqi6fyy6kss9gryvzgmhw27phb3gc0w"))))
+ (base32
+ "010zk9zvydggxqnxfml3scml5yxmpjy90irpqcayrzw26lldr9mg"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)