diff options
author | (unmatched parenthesis <paren@disroot.org> | 2021-12-25 20:05:04 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-12-27 14:15:15 +0200 |
commit | eb0f2219bb59b28b0252828b60ed17f5a2aa15f7 (patch) | |
tree | 8cf745923fbdb3f71b79c63a93da2a3e72124280 /gnu/packages/rust.scm | |
parent | ef804b0c720509c999db8debf2d5fa2fc0fa3ec8 (diff) | |
download | guix-eb0f2219bb59b28b0252828b60ed17f5a2aa15f7.tar.gz |
gnu: Add rust-1.56.
* gnu/packages/rust.scm (rust-1.56): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/rust.scm')
-rw-r--r-- | gnu/packages/rust.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 887205d162..6255061587 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -776,6 +776,10 @@ safety and thread safety guarantees.") (rust-bootstrapped-package rust-1.54 "1.55.0" "07l28f7grdmi65naq71pbmvdd61hwcpi40ry7kp7dy7m233rldxj")) +(define-public rust-1.56 + (rust-bootstrapped-package + rust-1.55 "1.56.1" "04cmqx7nn63hzz7z27b2b0dj2qx18rck9ifvip43s6dampx8v2f3")) + ;;; Note: Only the latest versions of Rust are supported and tested. The ;;; intermediate rusts are built for bootstrapping purposes and should not ;;; be relied upon. This is to ease maintenance and reduce the time |