guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: glib: Update to 2.44.0.


From: Mark H. Weaver
Subject: 01/02: gnu: glib: Update to 2.44.0.
Date: Sun, 05 Apr 2015 22:22:06 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 6e5c3713063542f8d5d31ff47a0a35248959b179
Author: Andy Wingo <address@hidden>
Date:   Sat Apr 4 22:30:10 2015 +0200

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

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3c68d86..1b928e5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -119,7 +119,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.42.1")
+   (version "2.44.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -127,7 +127,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "16pqvikrps1fvwwqvk0qi4a13mfg7gw6w5qfhk7bhi8f51jhhgwg"))
+              "1fgmjv3yzxgbks31h42201x2izpw0sd84h8dfw0si3x00sqn5lzj"))
             (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]