guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gcc@9: Update to 9.2.0.


From: guix-commits
Subject: 01/02: gnu: gcc@9: Update to 9.2.0.
Date: Thu, 10 Oct 2019 05:21:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 03d28531fd522930a7b0319b0918199f71bc50a7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 9 16:38:48 2019 +0200

    gnu: gcc@9: Update to 9.2.0.
    
    * gnu/packages/gcc.scm (gcc-9): Update to 9.2.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 41d66fc..2bcf05e 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -523,14 +523,14 @@ It also includes runtime support libraries for these 
languages.")))
 (define-public gcc-9
   (package
    (inherit gcc-8)
-   (version "9.1.0")
+   (version "9.2.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "1817nc2bqdc251k0lpc51cimna7v68xjrnvqzvc50q3ax4s6i9kr"))
+              "01mj3yk7z49i49168hg2cg7qs4bsccrrnv7pjmbdlf8j2a7z0vpa"))
             (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]