guix-commits
[Top][All Lists]
Advanced

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

19/37: gnu: rust-salsa-0.17: Update to 0.17.0-pre.2.


From: guix-commits
Subject: 19/37: gnu: rust-salsa-0.17: Update to 0.17.0-pre.2.
Date: Thu, 20 Jan 2022 18:18:03 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 55fefbb9a75e87278413c3e9e51b45b43a8c69b1
Author: Z572 <873216071@qq.com>
AuthorDate: Wed Jan 12 23:27:39 2022 +0800

    gnu: rust-salsa-0.17: Update to 0.17.0-pre.2.
    
    * gnu/packages/crates-io.scm (rust-salsa-0.17): Update to 0.17.0-pre.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 90500f015a..8fc1f71689 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48047,7 +48047,7 @@ in pure Rust.")
 (define-public rust-salsa-0.17
   (package
     (name "rust-salsa")
-    (version "0.17.0-pre.1")
+    (version "0.17.0-pre.2")
     (source
      (origin
        (method url-fetch)
@@ -48056,7 +48056,7 @@ in pure Rust.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "10jm7s8abw0m7iffa2983kmwgmv342i9g32d1irsgmccx9hq40sq"))))
+         "0ypiig0p9969nkb7k0ydxm5bnc3jva815dfh8hqpackcnk63s8lv"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build?



reply via email to

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