guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: GLib: Update to 2.62.6.


From: guix-commits
Subject: 03/15: gnu: GLib: Update to 2.62.6.
Date: Thu, 26 Mar 2020 17:40:25 -0400 (EDT)

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

commit 235a4d61d08a200fe688ad5feea8f196902aa73d
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Mar 25 21:09:48 2020 +0100

    gnu: GLib: Update to 2.62.6.
    
    * gnu/packages/glib.scm (glib): Update to 2.62.6.
---
 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 0e05987..ba69f89 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -165,7 +165,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.62.5")
+   (version "2.62.6")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -173,7 +173,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0bj5hagvfiqcjd20w543pvbnrlqvs8nbxvqjflyvcn36ljpwvldq"))
+              "174bsmbmcvaw69ff9g60q5sx0fn23rkhqcwqz17h5s7sprps4kqh"))
             (patches (search-patches "glib-tests-timer.patch"))
             (modules '((guix build utils)))
             (snippet



reply via email to

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