[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-tokio-process-0.2: Fix typo.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-tokio-process-0.2: Fix typo. |
Date: |
Sat, 08 Feb 2020 16:30:29 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bf36e8c gnu: rust-tokio-process-0.2: Fix typo.
bf36e8c is described below
commit bf36e8c174318154d30d532f9ded20551a7a4530
Author: Efraim Flashner <address@hidden>
AuthorDate: Sat Feb 8 23:29:59 2020 +0200
gnu: rust-tokio-process-0.2: Fix typo.
This is a follow-up to 21c8ec75dea9cfffc4f050a25dced4d89af68b3b.
* gnu/packages/crates-io.scm (rust-tokio-process-0.2)[arguments]:
Replace rust-lazy-static-13 with rust-lazy-static-1.
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 06bdf4c..0ff2f98 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12563,7 +12563,7 @@ futures efficiently")
#:cargo-inputs
(("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1)
("rust-futures" ,rust-futures-0.1)
- ("rust-lazy-static" ,rust-lazy-static-13)
+ ("rust-lazy-static" ,rust-lazy-static-1)
("rust-libc" ,rust-libc-0.2)
("rust-log" ,rust-log-0.4)
("rust-mio" ,rust-mio-0.6)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-tokio-process-0.2: Fix typo.,
guix-commits <=