gnu: gcc@9: Update to 9.2.0.
authorLudovic Courtès <ludo@gnu.org>
Wed, 9 Oct 2019 14:38:48 +0000 (16:38 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 10 Oct 2019 09:21:37 +0000 (11:21 +0200)
* gnu/packages/gcc.scm (gcc-9): Update to 9.2.0.

gnu/packages/gcc.scm

index 41d66fc..2bcf05e 100644 (file)
@@ -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"))))))