guix-commits
[Top][All Lists]
Advanced

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

05/43: gnu: glib: Update to 2.56.2.


From: Marius Bakke
Subject: 05/43: gnu: glib: Update to 2.56.2.
Date: Tue, 21 Aug 2018 11:25:53 -0400 (EDT)

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

commit 09118c58dacfd8cd7ceff0cc3fea9c3e54ed9ef4
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 19:51:06 2018 +0200

    gnu: glib: Update to 2.56.2.
    
    * gnu/packages/glib.scm (glib): Update to 2.56.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 a4030a5..49a15b4 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -150,7 +150,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.56.1")
+   (version "2.56.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -158,7 +158,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "138b3hi7glfpbia49gi07lyz1dh9k0jl9vpd3aiwflf6y923zvs0"))
+              "12d738n1wpvrn39zvy9xazg5h6vzyiwsw8z1qibcj09mh4bbsjnn"))
             (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]