lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 103db0417483c7f9643b5bb3c1fd216d18b4c32c
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:35:16 2021 +0100
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 1968ef6..19dd13d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4007,7 +4007,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 "/"
@@ -4015,7 +4015,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)