guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: glib: Update to 2.56.1.


From: Marius Bakke
Subject: 01/07: gnu: glib: Update to 2.56.1.
Date: Mon, 30 Apr 2018 15:11:21 -0400 (EDT)

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

commit 614ca05ab04509f12a3bcff71db0068a6ac8af48
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 14:58:40 2018 +0200

    gnu: glib: Update to 2.56.1.
    
    * gnu/packages/glib.scm (glib): Update to 2.56.1.
---
 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 6ea73ac..3f61fb0 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.0")
+   (version "2.56.1")
    (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
-              "1iqgi90fmpl3l23jm2iv44qp7hqsxvnv7978s18933bvx4bnxvzc"))
+              "138b3hi7glfpbia49gi07lyz1dh9k0jl9vpd3aiwflf6y923zvs0"))
             (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]