guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: glib: Update to 2.53.1.


From: Kei Kebreau
Subject: 01/01: gnu: glib: Update to 2.53.1.
Date: Sun, 21 May 2017 18:19:29 -0400 (EDT)

kkebreau pushed a commit to branch gnome-updates
in repository guix.

commit 90e0b6024b375f919878414163a6ad5857cc4b3e
Author: Kei Kebreau <address@hidden>
Date:   Sun May 21 18:15:00 2017 -0400

    gnu: glib: Update to 2.53.1.
    
    * gnu/packages/glib.scm (glib): Update to 2.53.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 8c334c4..8a22586 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -137,7 +137,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.52.1")
+   (version "2.53.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -145,7 +145,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0vsqrvjwsk2x3mm2i428hpm5vgsi1b384l6xdhm7xmzj2yw2d34l"))
+              "0wkzpsvgvm5fk0fjzas60qcdmp8za5m5k6w8vvp8d00k38fhyx68"))
             (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]