guix-commits
[Top][All Lists]
Advanced

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

06/48: gnu: glib: Update to 2.48.2.


From: ???
Subject: 06/48: gnu: glib: Update to 2.48.2.
Date: Tue, 23 Aug 2016 12:11:48 +0000 (UTC)

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

commit 008a081ce5439726905cbdb33c904a397c65c1b5
Author: 宋文武 <address@hidden>
Date:   Mon Aug 22 21:31:18 2016 +0800

    gnu: glib: Update to 2.48.2.
    
    * gnu/packages/glib.scm (glib): Update to 2.48.2.
---
 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 a85a565..0140f7f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -131,7 +131,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.48.0")
+   (version "2.48.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -139,7 +139,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0d3w2hblrw7vvpx60l1kbvb830ygn3v8zhwdz65cc5593j9ycjvl"))
+              "1x6kwrk1zyd3csv0ca3pmwc4bnkc33agn95cds15h6nbi4apappj"))
             (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]