unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* rustc (rust and cargo): Update to 1.14.0
@ 2016-12-28 20:35 ng0
  2016-12-28 20:35 ` [PATCH] gnu: rustc: " ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-12-28 20:35 UTC (permalink / raw)
  To: guix-devel

[PATCH] gnu: rustc: Update to 1.14.0.

This updates rust to 1.14.0 ... Build succesfully, I'll see wether building crate libc now succeeds.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] gnu: rustc: Update to 1.14.0.
  2016-12-28 20:35 rustc (rust and cargo): Update to 1.14.0 ng0
@ 2016-12-28 20:35 ` ng0
  2016-12-29 11:40   ` David Craven
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-12-28 20:35 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/rust.scm (rustc): Update to 1.14.0.
%rust-bootstrap-binaries: Update to 1.13.0.
---
 gnu/packages/rust.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index acc555e75..8aa867317 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr>
+;;; Copyright © 2016 ng0 <ng0@libertad.pw>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,7 +38,7 @@
   #:use-module (srfi srfi-26))
 
 ;; 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
   (origin
@@ -48,7 +49,7 @@
           "-i686-unknown-linux-gnu.tar.gz"))
     (sha256
      (base32
-      "1cvbx7bbhbn3w6pn64rp9fdp2n17rwzxgsnifncw5nqx9p8vksgd"))))
+      "0fcl7xgm2m21sjv1f27i3v692aa91lk8r867hl8d6l377w8k95r3"))))
 
 (define (increment-rust-version rust-version major patch)
   (match (string-split rust-version #\.)
@@ -200,7 +201,7 @@ rustc-bootstrap and cargo-bootstrap packages.")
                     "rustc-" version "-src.tar.gz"))
               (sha256
                (base32
-                "112h7qgbn8c7s5880vplpgy5n58sc8css32dq7z5wylpr9slgf7c"))))
+                "0srvmhhdbbcl21nzg9m9zni7k10h88lsy8k1ljz03g8mx79fv467"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cmake" ,cmake)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: rustc: Update to 1.14.0.
  2016-12-28 20:35 ` [PATCH] gnu: rustc: " ng0
@ 2016-12-29 11:40   ` David Craven
  0 siblings, 0 replies; 3+ messages in thread
From: David Craven @ 2016-12-29 11:40 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

Thanks! Pushed as b9542563375fbd5f25bb77fd476b762916b63bd1.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-29 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-28 20:35 rustc (rust and cargo): Update to 1.14.0 ng0
2016-12-28 20:35 ` [PATCH] gnu: rustc: " ng0
2016-12-29 11:40   ` David Craven

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).