guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libwnck: Update to 3.24.1.


From: Kei Kebreau
Subject: 01/01: gnu: libwnck: Update to 3.24.1.
Date: Thu, 9 Nov 2017 12:19:26 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit ad9b8987f309c3fcb1cd0d97d2d3cdf664d88e85
Author: Kei Kebreau <address@hidden>
Date:   Thu Nov 9 12:17:37 2017 -0500

    gnu: libwnck: Update to 3.24.1.
    
    * gnu/packages/gnome.scm (libwnck): Update to 3.24.1.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea8a5ba..172f09e 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)



reply via email to

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