guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: glib: Update to 2.60.5.


From: guix-commits
Subject: 05/08: gnu: glib: Update to 2.60.5.
Date: Tue, 9 Jul 2019 18:33:33 -0400 (EDT)

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

commit 9e13a3e05928d0f9a052909c35cb59db5c07cffc
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 9 22:16:30 2019 +0200

    gnu: glib: Update to 2.60.5.
    
    * gnu/packages/glib.scm (glib): Update to 2.60.5.
---
 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 2f8b2bd..f50dba0 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -160,7 +160,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.60.4")
+   (version "2.60.5")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -168,7 +168,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1p9k8z83272mkm4d4fhm5jhwhyw2basrwbz47yl5wbmrvk2ix51b"))
+              "0bk2l9mhvc44c0gfg442wrifwj2fci1w71dsp3nb50pffvsivpry"))
             (patches (search-patches "glib-tests-timer.patch"))
             (modules '((guix build utils)))
             (snippet



reply via email to

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