kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 3183de7ed6c4738af826496cfc15abdfd96525e2
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 23:46:42 2020 -0400
gnu: libwnck: Update to 3.36.0.
* gnu/packages/gnome.scm (libwnck): Update to 3.36.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 854bf79..965e379 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2921,7 +2921,7 @@ controls using the Bonobo component framework.")
(define-public libwnck
(package
(name "libwnck")
- (version "3.32.0")
+ (version "3.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2929,7 +2929,7 @@ controls using the Bonobo component framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1jp3p1lnwnwi6fxl2rz3166cmwzwy9vqz896anpwc3wdy9f875cm"))))
+ "0pwjdhca9lz2n1gf9b60xf0m6ipf9snp8rqf9csj4pgdnd882l5w"))))
(build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)