unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28820] [PATCH] gnu: glib: Update to 2.54.1.
@ 2017-10-13 18:56 Vasile Dumitrascu
  2017-10-16  7:34 ` bug#28820: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vasile Dumitrascu @ 2017-10-13 18:56 UTC (permalink / raw)
  To: 28820; +Cc: Vasile Dumitrascu

* gnu/packages/glib.scm (glib): Update to 2.54.1.
---
 gnu/packages/glib.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bacc63270..5d960c90c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
+;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -137,7 +138,7 @@ shared NFS home directories.")
 (define glib
   (package
    (name "glib")
-   (version "2.52.3")
+   (version "2.54.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/"
@@ -145,7 +146,7 @@ shared NFS home directories.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0a71wkkhkvad84gm30w13micxxgqqw3sxhybj7nd9z60lwspdvi5"))
+              "18s7rw127wrvb107bkmxd1lmh62b2v19ww5rz7xi0krj34a1ph2h"))
             (patches (search-patches "glib-tests-timer.patch"))))
    (build-system gnu-build-system)
    (outputs '("out"           ; everything
-- 
2.15.0.rc0

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

* bug#28820: [PATCH] gnu: glib: Update to 2.54.1.
  2017-10-13 18:56 [bug#28820] [PATCH] gnu: glib: Update to 2.54.1 Vasile Dumitrascu
@ 2017-10-16  7:34 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-10-16  7:34 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 28820-done

Hello Vasile,

Vasile Dumitrascu <va511e@yahoo.com> skribis:

> * gnu/packages/glib.scm (glib): Update to 2.54.1.

Since glib has ~2K dependents, this should go to the ‘core-updates’
branch (see
<https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html>
for the rationale.)

I just realized that somebody else pushed the same update in that
branch, so we’re all set:

  https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c60ecc35da9f365f6925da62883d1a01cf9ef3e7

Thank you,
Ludo’.

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

end of thread, other threads:[~2017-10-16  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-13 18:56 [bug#28820] [PATCH] gnu: glib: Update to 2.54.1 Vasile Dumitrascu
2017-10-16  7:34 ` bug#28820: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).