[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/311: gnu: Add rust-prodash-25.
From: |
guix-commits |
Subject: |
68/311: gnu: Add rust-prodash-25. |
Date: |
Sat, 28 Oct 2023 16:37:51 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 5df901a6a59701da5ba8576f83189ff3a552e48c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 09:10:36 2023 +0300
gnu: Add rust-prodash-25.
* gnu/packages/crates-io.scm (rust-prodash-25): New variable.
Change-Id: I22799b1b8b222fed0568bfe138af354b4f7f0929
---
gnu/packages/crates-io.scm | 53 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fcffba3286..74d2d187df 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53635,6 +53635,59 @@ macro use case.")
@code{proc_macro_derive} pretend to be @code{proc_macro}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-prodash-25
+ (package
+ (name "rust-prodash")
+ (version "25.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "prodash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xva91iks58431asnsx3lfqyr4z4fvvkrc2b582llalr411fnrqx"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-async-io" ,rust-async-io-1)
+ ("rust-bytesize" ,rust-bytesize-1)
+ ("rust-compound-duration" ,rust-compound-duration-1)
+ ("rust-crosstermion" ,rust-crosstermion-0.11)
+ ("rust-ctrlc" ,rust-ctrlc-3)
+ ("rust-dashmap" ,rust-dashmap-5)
+ ("rust-futures-core" ,rust-futures-core-0.3)
+ ("rust-futures-lite" ,rust-futures-lite-1)
+ ("rust-human-format" ,rust-human-format-1)
+ ("rust-humantime" ,rust-humantime-2)
+ ("rust-is-terminal" ,rust-is-terminal-0.4)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-parking-lot" ,rust-parking-lot-0.12)
+ ("rust-ratatui" ,rust-ratatui-0.20)
+ ("rust-signal-hook" ,rust-signal-hook-0.3)
+ ("rust-time" ,rust-time-0.3)
+ ("rust-tui-react" ,rust-tui-react-0.20)
+ ("rust-unicode-segmentation" ,rust-unicode-segmentation-1)
+ ("rust-unicode-width" ,rust-unicode-width-0.1))
+ #:cargo-development-inputs
+ (("rust-argh" ,rust-argh-0.1)
+ ("rust-async-executor" ,rust-async-executor-1)
+ ("rust-async-io" ,rust-async-io-1)
+ ("rust-blocking" ,rust-blocking-1)
+ ("rust-criterion" ,rust-criterion-0.5)
+ ("rust-env-logger" ,rust-env-logger-0.10)
+ ("rust-futures" ,rust-futures-0.3)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-is-terminal" ,rust-is-terminal-0.4)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-rand" ,rust-rand-0.8))))
+ (home-page "https://github.com/Byron/prodash")
+ (synopsis
+ "Dashboard for visualizing progress of asynchronous and possibly blocking
tasks")
+ (description
+ "This package provides a dashboard for visualizing progress of
asynchronous and
+possibly blocking tasks.")
+ (license license:expat)))
+
(define-public rust-progress-0.2
(package
(name "rust-progress")
- 54/311: gnu: rust-crates-io-0.35: Replace with 0.38., (continued)
- 54/311: gnu: rust-crates-io-0.35: Replace with 0.38., guix-commits, 2023/10/28
- 55/311: gnu: rust-cargo-0.69: Replace with 0.74., guix-commits, 2023/10/28
- 57/311: gnu: Add rust-git2-curl-0.18., guix-commits, 2023/10/28
- 64/311: gnu: Add rust-symlink-0.1., guix-commits, 2023/10/28
- 65/311: gnu: Add rust-rustc-hex-1., guix-commits, 2023/10/28
- 69/311: gnu: Add rust-portable-atomic-util-0.1., guix-commits, 2023/10/28
- 56/311: gnu: rust-cargo-c: Update to 0.9.27., guix-commits, 2023/10/28
- 60/311: gnu: Add rust-windows-0.44., guix-commits, 2023/10/28
- 61/311: gnu: Add rust-unicode-bom-2., guix-commits, 2023/10/28
- 66/311: gnu: Add rust-ratatui-0.20., guix-commits, 2023/10/28
- 68/311: gnu: Add rust-prodash-25.,
guix-commits <=
- 49/311: gnu: Add rust-cargo-credential-macos-keychain-0.3., guix-commits, 2023/10/28
- 70/311: gnu: Add rust-io-close-0.3., guix-commits, 2023/10/28
- 80/311: gnu: Add rust-clru-0.6., guix-commits, 2023/10/28
- 87/311: gnu: Add rust-gix-transport-0.32., guix-commits, 2023/10/28
- 77/311: gnu: Add rust-defer-0.1., guix-commits, 2023/10/28
- 81/311: gnu: Add rust-btoi-0.4., guix-commits, 2023/10/28
- 107/311: gnu: Add rust-gix-ignore-0.3., guix-commits, 2023/10/28
- 109/311: gnu: Add rust-gix-hash-0.11., guix-commits, 2023/10/28
- 113/311: gnu: Add rust-gix-discover-0.19., guix-commits, 2023/10/28
- 122/311: gnu: Add rust-gix-bitmap-0.2., guix-commits, 2023/10/28