guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gcc-10: Update to 10.4.0.


From: guix-commits
Subject: 02/02: gnu: gcc-10: Update to 10.4.0.
Date: Wed, 29 Jun 2022 07:45:32 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 4bc6888f5e475e06019790c76fd20caf4cc137f4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 29 13:06:48 2022 +0300

    gnu: gcc-10: Update to 10.4.0.
    
    * gnu/packages/gcc.scm (gcc-10): Update to 10.4.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 3682368c03..c5d21b50d9 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -658,14 +658,14 @@ It also includes runtime support libraries for these 
languages.")
 (define-public gcc-10
   (package
    (inherit gcc-8)
-   (version "10.3.0")
+   (version "10.4.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "0i6378ig6h397zkhd7m4ccwjx5alvzrf2hm27p1pzwjhlv0h9x34"))
+              "1wg4xdizkksmwi66mvv2v4pk3ja8x64m7v9gzhykzd3wrmdpsaf9"))
             (patches (search-patches "gcc-9-strmov-store-file-names.patch"
                                      "gcc-5.0-libvtv-runpath.patch"))
             (modules '((guix build utils)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]