guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gcc-8: Update to 8.5.0.


From: guix-commits
Subject: 01/02: gnu: gcc-8: Update to 8.5.0.
Date: Sat, 15 May 2021 15:54:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f7e5ecf71f9ddb58533d235a9880dba59b074698
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat May 15 22:42:16 2021 +0300

    gnu: gcc-8: Update to 8.5.0.
    
    * gnu/packages/gcc.scm (gcc-8): Update to 8.5.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 8c8968a..ad37063 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -554,14 +554,14 @@ It also includes runtime support libraries for these 
languages.")))
 (define-public gcc-8
   (package
     (inherit gcc-7)
-    (version "8.4.0")
+    (version "8.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gcc/gcc-"
                                   version "/gcc-" version ".tar.xz"))
               (sha256
                (base32
-                "1m1d3gfix56w4aq8myazzfffkl8bqcrx4jhhapnjf7qfs596w2p3"))
+                "0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k"))
               (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]