guix-commits
[Top][All Lists]
Advanced

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

08/34: gnu: glib: Update to 2.56.3.


From: guix-commits
Subject: 08/34: gnu: glib: Update to 2.56.3.
Date: Wed, 12 Dec 2018 15:56:44 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 51c40a06a3705a6e73974bf809c0b5232b7bb7b6
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 9 00:47:40 2018 +0100

    gnu: glib: Update to 2.56.3.
    
    * gnu/packages/glib.scm (glib): Update to 2.56.3.
---
 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 016fae1..dee3493 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -149,7 +149,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.56.2")
+   (version "2.56.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -157,7 +157,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "12d738n1wpvrn39zvy9xazg5h6vzyiwsw8z1qibcj09mh4bbsjnn"))
+              "1cjcqz77m62zrx7224vl3f2cxwqf28r5xpqb2jy7av0vr2scb959"))
             (patches (search-patches "glib-tests-timer.patch"))))
    (build-system gnu-build-system)
    (outputs '("out"           ; everything



reply via email to

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