summaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-07-23 17:42:29 +0200
committerLudovic Courtès <ludo@gnu.org>2020-07-24 14:21:30 +0200
commitb1d3c122e1712cf390a24b600415b87df2d3bfdc (patch)
tree92c6ed2f0c7d1723d398d3a5bf8ab4d1181a3efb /gnu/packages/gcc.scm
parentc1f38577c8a04332b21460fa08bdf0c72093c897 (diff)
downloadguix-patches-b1d3c122e1712cf390a24b600415b87df2d3bfdc.tar
guix-patches-b1d3c122e1712cf390a24b600415b87df2d3bfdc.tar.gz
gnu: gcc@10: Update to 10.2.0.
* gnu/packages/gcc.scm (gcc-10): Update to 10.2.0.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r--gnu/packages/gcc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 9ff5e3d7c0..e0e236192f 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -567,14 +567,14 @@ It also includes runtime support libraries for these languages.")))
(define-public gcc-10
(package
(inherit gcc-8)
- (version "10.1.0")
+ (version "10.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.xz"))
(sha256
(base32
- "18kyds3ss4j7in8shlsbmjafdhin400mq739d0dnyrabhhiqm2dn"))
+ "130xdkhmz1bc2kzx061s3sfwk36xah1fw5w332c0nzwwpdl47pdq"))
(patches (search-patches "gcc-9-strmov-store-file-names.patch"
"gcc-5.0-libvtv-runpath.patch"))))))