guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add Rust 1.46.


From: guix-commits
Subject: branch master updated: gnu: Add Rust 1.46.
Date: Mon, 07 Sep 2020 03:48:56 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 83bc416  gnu: Add Rust 1.46.
83bc416 is described below

commit 83bc41642100958cb09861b24f37b9357cd36b2e
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Mon Sep 7 09:38:03 2020 +0200

    gnu: Add Rust 1.46.
    
    * gnu/packages/rust.scm (rust-1.46): New variable.
---
 gnu/packages/rust.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 778aeaa..d5914f0 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1317,5 +1317,9 @@ move around."
                      (string-append "#[ignore] " all)))
                  #t)))))))))
 
+(define-public rust-1.46
+  (rust-bootstrapped-package rust-1.45 "1.46.0"
+    "0a17jby2pd050s24cy4dfc0gzvgcl585v3vvyfilniyvjrqknsid"))
+
 ;; TODO(staging): Bump this variable to the latest packaged rust.
 (define-public rust rust-1.39)



reply via email to

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