gnu: gcc-9: Update to 9.5.0.

* gnu/packages/gcc.scm (gcc-9): Update to 9.5.0.
This commit is contained in:
Efraim Flashner 2022-05-30 15:28:04 +03:00
parent dc26d0f94e
commit d2a9142852
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -641,14 +641,14 @@ (define-public gcc-8
(define-public gcc-9
(package
(inherit gcc-8)
(version "9.4.0")
(version "9.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
"13l3p6g2krilaawbapmn9zmmrh3zdwc36mfr3msxfy038hps6pf9"))
"13ygjmd938m0wmy946pxdhz9i1wq7z4w10l6pvidak0xxxj9yxi7"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch"
"gcc-9-asan-fix-limits-include.patch"
"gcc-5.0-libvtv-runpath.patch"))