guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: GCC: Update to 8.3.0.


From: guix-commits
Subject: 02/08: gnu: GCC: Update to 8.3.0.
Date: Thu, 28 Feb 2019 13:10:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 14c272d5cebddad26ffe1ddce7a2504a1473ce7a
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 25 13:26:56 2019 +0100

    gnu: GCC: Update to 8.3.0.
    
    * gnu/packages/gcc.scm (gcc-8): Update to 8.3.0.
---
 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 1f1e80d..b9a9583 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -508,14 +508,14 @@ It also includes runtime support libraries for these 
languages.")))
 (define-public gcc-8
   (package
     (inherit gcc-7)
-    (version "8.2.0")
+    (version "8.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.xz"))
               (sha256
                (base32
-                "10007smilswiiv2ymazr3b6x2i933c0ycxrr529zh4r6p823qv0r"))
+                "0b3xv411xhlnjmin2979nxcbnidgvzqdf4nbhix99x60dkzavfk4"))
               (patches (search-patches "gcc-8-strmov-store-file-names.patch"
                                        "gcc-5.0-libvtv-runpath.patch"))))))
 



reply via email to

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