guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gcc-10: Update to 10.3.0.


From: guix-commits
Subject: branch master updated: gnu: gcc-10: Update to 10.3.0.
Date: Fri, 09 Apr 2021 08:07:02 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a365777  gnu: gcc-10: Update to 10.3.0.
a365777 is described below

commit a365777ebd6296e548422da57de0c2884114fd8d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Apr 9 15:06:35 2021 +0300

    gnu: gcc-10: Update to 10.3.0.
    
    * gnu/packages/gcc.scm (gcc-10): Update to 10.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 5f84d28..a412c93 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -583,14 +583,14 @@ It also includes runtime support libraries for these 
languages.")))
 (define-public gcc-10
   (package
    (inherit gcc-8)
-   (version "10.2.0")
+   (version "10.3.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "130xdkhmz1bc2kzx061s3sfwk36xah1fw5w332c0nzwwpdl47pdq"))
+              "0i6378ig6h397zkhd7m4ccwjx5alvzrf2hm27p1pzwjhlv0h9x34"))
             (patches (search-patches "gcc-9-strmov-store-file-names.patch"
                                      "gcc-5.0-libvtv-runpath.patch"))))))
 



reply via email to

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