guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: glib: Update to 2.62.5.


From: guix-commits
Subject: 07/19: gnu: glib: Update to 2.62.5.
Date: Thu, 5 Mar 2020 18:10:18 -0500 (EST)

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

commit aec34459a32c4dddcbbb6f2612d134811f50577d
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Feb 20 17:04:41 2020 +0100

    gnu: glib: Update to 2.62.5.
    
    * gnu/packages/glib.scm (glib): Update to 2.62.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 b430a4f..0e05987 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.4")
+   (version "2.62.5")
    (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
-              "1g2vj9lyh032kcwij7avx5d6a99rcsnkd07sbl9i55zsfw6h712c"))
+              "0bj5hagvfiqcjd20w543pvbnrlqvs8nbxvqjflyvcn36ljpwvldq"))
             (patches (search-patches "glib-tests-timer.patch"))
             (modules '((guix build utils)))
             (snippet



reply via email to

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