Skip to content
Snippets Groups Projects
Unverified Commit b9542563 authored by nikita's avatar nikita Committed by David Craven
Browse files

gnu: rustc: Update to 1.14.0.


* gnu/packages/rust.scm (rustc): Update to 1.14.0.
  %rust-bootstrap-binaries: Update to 1.13.0.

Signed-off-by: default avatarDavid Craven <david@craven.ch>
parent e62e975b
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 David Craven <david@craven.ch> ;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr> ;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr>
;;; Copyright © 2016 ng0 <ng0@libertad.pw>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -37,7 +38,7 @@ (define-module (gnu packages rust) ...@@ -37,7 +38,7 @@ (define-module (gnu packages rust)
#:use-module (srfi srfi-26)) #:use-module (srfi srfi-26))
;; Should be one less than the current released version. ;; Should be one less than the current released version.
(define %rust-bootstrap-binaries-version "1.12.1") (define %rust-bootstrap-binaries-version "1.13.0")
(define %rust-bootstrap-binaries (define %rust-bootstrap-binaries
(origin (origin
...@@ -48,7 +49,7 @@ (define %rust-bootstrap-binaries ...@@ -48,7 +49,7 @@ (define %rust-bootstrap-binaries
"-i686-unknown-linux-gnu.tar.gz")) "-i686-unknown-linux-gnu.tar.gz"))
(sha256 (sha256
(base32 (base32
"1cvbx7bbhbn3w6pn64rp9fdp2n17rwzxgsnifncw5nqx9p8vksgd")))) "0fcl7xgm2m21sjv1f27i3v692aa91lk8r867hl8d6l377w8k95r3"))))
(define (increment-rust-version rust-version major patch) (define (increment-rust-version rust-version major patch)
(match (string-split rust-version #\.) (match (string-split rust-version #\.)
...@@ -200,7 +201,7 @@ (define-public rustc ...@@ -200,7 +201,7 @@ (define-public rustc
"rustc-" version "-src.tar.gz")) "rustc-" version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"112h7qgbn8c7s5880vplpgy5n58sc8css32dq7z5wylpr9slgf7c")))) "0srvmhhdbbcl21nzg9m9zni7k10h88lsy8k1ljz03g8mx79fv467"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("cmake" ,cmake) `(("cmake" ,cmake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment