[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: gcc-9: Update to 9.5.0.
From: |
guix-commits |
Subject: |
04/04: gnu: gcc-9: Update to 9.5.0. |
Date: |
Mon, 30 May 2022 08:46:39 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit d2a9142852e33c2114dbc25e24477af94ac069a5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 30 15:28:04 2022 +0300
gnu: gcc-9: Update to 9.5.0.
* gnu/packages/gcc.scm (gcc-9): Update to 9.5.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 6823b41ee0..cd144772b8 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -641,14 +641,14 @@ It also includes runtime support libraries for these
languages.")
(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"))