emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28820: closed ([PATCH] gnu: glib: Update to 2.54.1


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28820: closed ([PATCH] gnu: glib: Update to 2.54.1.)
Date: Mon, 16 Oct 2017 07:35:02 +0000

Your message dated Mon, 16 Oct 2017 09:34:25 +0200
with message-id <address@hidden>
and subject line Re: [bug#28820] [PATCH] gnu: glib: Update to 2.54.1.
has caused the debbugs.gnu.org bug report #28820,
regarding [PATCH] gnu: glib: Update to 2.54.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28820: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28820
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: glib: Update to 2.54.1. Date: Fri, 13 Oct 2017 20:56:54 +0200
* 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 <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Lukas Gradl <address@hidden>
+;;; Copyright © 2017 Vasile Dumitrascu <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28820] [PATCH] gnu: glib: Update to 2.54.1. Date: Mon, 16 Oct 2017 09:34:25 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello Vasile,

Vasile Dumitrascu <address@hidden> 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’.


--- End Message ---

reply via email to

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