guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gcc-9: Update to 9.4.0.


From: guix-commits
Subject: branch master updated: gnu: gcc-9: Update to 9.4.0.
Date: Tue, 01 Jun 2021 13:54:53 -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 9ea6e3f  gnu: gcc-9: Update to 9.4.0.
9ea6e3f is described below

commit 9ea6e3f4d86a70f6c1bcfd0579582120dce3b98b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 1 20:54:01 2021 +0300

    gnu: gcc-9: Update to 9.4.0.
    
    * gnu/packages/gcc.scm (gcc-9): Update to 9.4.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 ad37063..1fd5710 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -568,14 +568,14 @@ It also includes runtime support libraries for these 
languages.")))
 (define-public gcc-9
   (package
    (inherit gcc-8)
-   (version "9.3.0")
+   (version "9.4.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "1la2yy27ziasyf0jvzk58y1i5b5bq2h176qil550bxhifs39gqbi"))
+              "13l3p6g2krilaawbapmn9zmmrh3zdwc36mfr3msxfy038hps6pf9"))
             (patches (search-patches "gcc-9-strmov-store-file-names.patch"
                                      "gcc-9-asan-fix-limits-include.patch"
                                      "gcc-5.0-libvtv-runpath.patch"))))))



reply via email to

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