unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gcc-4.8: Upgrade to 4.8.2.
@ 2013-10-28 17:06 Nikita Karetnikov
  2013-10-28 17:16 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nikita Karetnikov @ 2013-10-28 17:06 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 34 bytes --]

May I push this patch to master?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-gcc-4.8-Upgrade-to-4.8.2.patch --]
[-- Type: text/x-diff, Size: 1139 bytes --]

From 8bceb04eb5a7723eb988a164ee9ca8e7037d551f Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov <nikita@karetnikov.org>
Date: Mon, 28 Oct 2013 16:44:26 +0000
Subject: [PATCH] gnu: gcc-4.8: Upgrade to 4.8.2.

* gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.2.
---
 gnu/packages/gcc.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index cececca..dde0f0d 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -202,14 +202,14 @@ Go.  It also includes standard libraries for these languages.")
 
 (define-public gcc-4.8
   (package (inherit gcc-4.7)
-    (version "4.8.1")
+    (version "4.8.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gcc/gcc-"
                                  version "/gcc-" version ".tar.bz2"))
              (sha256
               (base32
-               "04sqn0ds17ys8l6zn7vyyvjz1a7hsk4zb0381vlw9wnr7az48nsl"))))))
+               "1j6dwgby4g3p3lz7zkss32ghr45zpdidrg8xvazvn91lqxv25p09"))))))
 
 (define-public isl
   (package
-- 
1.7.9.5


[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

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

* Re: [PATCH] gnu: gcc-4.8: Upgrade to 4.8.2.
  2013-10-28 17:06 [PATCH] gnu: gcc-4.8: Upgrade to 4.8.2 Nikita Karetnikov
@ 2013-10-28 17:16 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2013-10-28 17:16 UTC (permalink / raw)
  To: Nikita Karetnikov; +Cc: guix-devel

Nikita Karetnikov <nikita@karetnikov.org> skribis:

> May I push this patch to master?
>
>
> From 8bceb04eb5a7723eb988a164ee9ca8e7037d551f Mon Sep 17 00:00:00 2001
> From: Nikita Karetnikov <nikita@karetnikov.org>
> Date: Mon, 28 Oct 2013 16:44:26 +0000
> Subject: [PATCH] gnu: gcc-4.8: Upgrade to 4.8.2.
>
> * gnu/packages/gcc.scm (gcc-4.8): Upgrade to 4.8.2.

Yes please!

Ludo’.

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

end of thread, other threads:[~2013-10-28 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-28 17:06 [PATCH] gnu: gcc-4.8: Upgrade to 4.8.2 Nikita Karetnikov
2013-10-28 17:16 ` 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).