ngz pushed a commit to branch master
in repository guix.
commit c274e92e7da67d4134b614759c857d54930769a2
Author: Z572 <[email protected]>
AuthorDate: Wed Jan 12 23:27:38 2022 +0800
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 <[email protected]>
---
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?