all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26534: [PATCH] gnu: Update glib to 2.52.1.
@ 2017-04-16 13:56 Roel Janssen
  2017-04-16 19:10 ` Marius Bakke
  0 siblings, 1 reply; 15+ messages in thread
From: Roel Janssen @ 2017-04-16 13:56 UTC (permalink / raw)
  To: 26534

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Update-glib-to-2.52.1.patch --]
[-- Type: text/x-patch, Size: 1186 bytes --]

From 802c557c95ae9cbe7edeec1ab58fc05ef4c4cd32 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Sun, 16 Apr 2017 15:53:54 +0200
Subject: [PATCH] gnu: Update glib to 2.52.1.

* gnu/packages/glib.scm (glib):  Update to 2.52.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 6de9cce0b..4e29a550b 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.50.3")
+   (version "2.52.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
-              "16frrwhc1yqkzx6bgh3060g94dr2biab17fb01mrni819jzr9vl2"))
+              "0vsqrvjwsk2x3mm2i428hpm5vgsi1b384l6xdhm7xmzj2yw2d34l"))
             (patches (search-patches "glib-tests-timer.patch"))))
    (build-system gnu-build-system)
    (outputs '("out"           ; everything
-- 
2.12.1


[-- Attachment #2: Type: text/plain, Size: 65 bytes --]

Dear Guix,

Is it OK to update glib?

Kind regards,
Roel Janssen

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-04-28 15:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-16 13:56 bug#26534: [PATCH] gnu: Update glib to 2.52.1 Roel Janssen
2017-04-16 19:10 ` Marius Bakke
2017-04-17 12:49   ` Roel Janssen
2017-04-17 16:31     ` Marius Bakke
2017-04-17 22:12       ` Roel Janssen
2017-04-17 22:19         ` Marius Bakke
2017-04-23 17:44         ` Kei Kebreau
2017-04-24 12:05           ` Roel Janssen
2017-04-24 19:21           ` Roel Janssen
2017-04-27 17:35             ` Kei Kebreau
2017-04-27 17:50               ` Marius Bakke
2017-04-27 20:26                 ` Kei Kebreau
2017-04-28 10:36                   ` Roel Janssen
2017-04-28 15:44                     ` Kei Kebreau
2017-04-28 14:21                   ` Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.