guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: glib: Update to 2.54.2.


From: Marius Bakke
Subject: 02/05: gnu: glib: Update to 2.54.2.
Date: Thu, 2 Nov 2017 16:18:51 -0400 (EDT)

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

commit 6d73e8176bbbb62f66d4cc6e139adb458792d3fb
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 2 00:27:05 2017 +0100

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

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 4eb7089..ffa008d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -142,7 +142,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.54.1")
+   (version "2.54.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -150,7 +150,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "18s7rw127wrvb107bkmxd1lmh62b2v19ww5rz7xi0krj34a1ph2h"))
+              "0v4ffl172kbqgxrhgxyafhpw36bq3iklb2zjqyl6jcfkmb2yb2dv"))
             (patches (search-patches "glib-respect-datadir.patch"
                                      "glib-tests-timer.patch"))))
    (build-system gnu-build-system)



reply via email to

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