guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: glib: Update to 2.40.2.


From: Ludovic Courtès
Subject: 04/04: gnu: glib: Update to 2.40.2.
Date: Wed, 03 Dec 2014 21:57:06 +0000

civodul pushed a commit to branch master
in repository guix.

commit f47f6761203c670d51725fff3de595ff2f22b345
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 3 22:51:41 2014 +0100

    gnu: glib: Update to 2.40.2.
    
    * gnu/packages/glib.scm (glib): Update to 2.40.2.
---
 gnu/packages/glib.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index a6149cd..a6a7b03 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -118,14 +118,15 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.40.0")
+   (version "2.40.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
                                 name "/" (string-take version 4) "/"
                                 name "-" version ".tar.xz"))
             (sha256
-             (base32 "1d98mbqjmc34s8095lkw1j1bwvnnkw9581yfvjaikjvfjsaz29qd"))
+             (base32
+              "0ykcf99mhpkza3xwa3k79vgfml8mqiac9044802yi5q8jpr8mzz8"))
             (patches (list (search-patch "glib-tests-homedir.patch")
                            (search-patch "glib-tests-desktop.patch")
                            (search-patch "glib-tests-prlimit.patch")



reply via email to

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