guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

85/107: gnu: libwnck: Update to 3.36.0.


From: guix-commits
Subject: 85/107: gnu: libwnck: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:32 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit c9bf2263af36cfad461cbf06fad6632c9aae6136
Author: Kei Kebreau <address@hidden>
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 8a13664..9391f26 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]