guix-commits
[Top][All Lists]
Advanced

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

46/97: gnu: libwnck: Update to 3.14.1.


From: Ludovic Courtès
Subject: 46/97: gnu: libwnck: Update to 3.14.1.
Date: Sat, 16 Apr 2016 09:49:31 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit aacf6a7f279842d21a4833b2e5461ee5307a3023
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 21:12:18 2016 +0800

    gnu: libwnck: Update to 3.14.1.
    
    * gnu/packages/gnome.scm (libwnck): Update to 3.14.1.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 32f38c3..c5105f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1436,14 +1436,14 @@ controls using the Bonobo component framework.")
 (define-public libwnck
   (package
     (name "libwnck")
-    (version "3.14.0")
+    (version "3.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 
"074jww04z8g9r1acndqap79wx4kbm3rpkf4lcg1v82b66iv0027m"))))
+               (base32 
"1ymya8gkjygvg0i901wr3q6ihfqxx5yf4g4pb6fag2iw8af3qr5v"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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