From c274e92e7da67d4134b614759c857d54930769a2 Mon Sep 17 00:00:00 2001 From: Z572 <873216071@qq.com> Date: Wed, 12 Jan 2022 23:27:38 +0800 Subject: gnu: rust-salsa-macros-0.17: Update to 0.17.0-pre.2. * gnu/packages/crates-io.scm (rust-salsa-macros-0.17): Update to 0.17.0-pre.2. Signed-off-by: Nicolas Goaziou --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1933150844..90500f015a 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -47995,7 +47995,7 @@ quickly convert floating point numbers to decimal strings.") (define-public rust-salsa-macros-0.17 (package (name "rust-salsa-macros") - (version "0.17.0-pre.1") + (version "0.17.0-pre.2") (source (origin (method url-fetch) @@ -48004,7 +48004,7 @@ quickly convert floating point numbers to decimal strings.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1yrjiriw5bb0gxl2dk7c5ng7g5wlkc4gd65czx5x99bzc9hc0brf")))) + "1xrgb38l5fhv3lqx2lwnqc3s2zrgxmj63cd7kl0vyl7m5lsjwv5c")))) (build-system cargo-build-system) (arguments `(#:skip-build? -- cgit 1.4.1