[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/276: gnu: Add rust-greetd-ipc-0.9.
From: |
guix-commits |
Subject: |
171/276: gnu: Add rust-greetd-ipc-0.9. |
Date: |
Wed, 18 Oct 2023 04:49:56 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit ae1e46e7e22fb27cbce751bbe241268a0772cebb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 14:59:49 2023 +0300
gnu: Add rust-greetd-ipc-0.9.
* gnu/packages/crates-io.scm (rust-greetd-ipc-0.9): New variable.
(rust-greetd-ipc-0.8): Inherit from rust-greetd-ipc-0.9.
---
gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++--------
1 file changed, 28 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0091816b7b..03954395a7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29226,8 +29226,35 @@ and loading crate.")
("rust-plain" ,rust-plain-0.2)
("rust-log" ,rust-log-0.4))))))
+(define-public rust-greetd-ipc-0.9
+ (package
+ (name "rust-greetd-ipc")
+ (version "0.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "greetd-ipc" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xl2cix3jv4sgigl5ijayab7rchr6v02za2qd87fv1z8dl1r14w3"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-async-trait" ,rust-async-trait-0.1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-thiserror" ,rust-thiserror-1)
+ ("rust-tokio" ,rust-tokio-1))))
+ (home-page "https://kl.wtf/projects/greetd")
+ (synopsis "@command{greetd} IPC protocol library for Rust")
+ (description
+ "This package provides library that helps you use the
+@command{greetd} JSON-based IPC protocol from Rust.")
+ (license license:gpl3)))
+
(define-public rust-greetd-ipc-0.8
(package
+ (inherit rust-greetd-ipc-0.9)
(name "rust-greetd-ipc")
(version "0.8.0")
(source (origin
@@ -29237,20 +29264,13 @@ and loading crate.")
(sha256
(base32
"1dscriv3adjyaxfaax3cmqrzx6q2vwwchbh86dhll783wjc4ivw0"))))
- (build-system cargo-build-system)
(arguments
(list #:cargo-inputs
`(("rust-async-trait" ,rust-async-trait-0.1)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-thiserror" ,rust-thiserror-1)
- ("rust-tokio" ,rust-tokio-1))))
- (home-page "https://kl.wtf/projects/greetd")
- (synopsis "@command{greetd} IPC protocol library for Rust")
- (description
- "This package provides library that helps you use the
-@command{greetd} JSON-based IPC protocol from Rust.")
- (license license:gpl3)))
+ ("rust-tokio" ,rust-tokio-1))))))
(define-public rust-grep-0.2
(package
- 142/276: gnu: Add rust-vlq-0.5., (continued)
- 142/276: gnu: Add rust-vlq-0.5., guix-commits, 2023/10/18
- 147/276: gnu: Add rust-ntest-proc-macro-helper-0.7., guix-commits, 2023/10/18
- 151/276: gnu: Add rust-normpath-0.2., guix-commits, 2023/10/18
- 153/276: gnu: Add rust-lexical-5., guix-commits, 2023/10/18
- 154/276: gnu: Add rust-generational-arena-0.2., guix-commits, 2023/10/18
- 155/276: gnu: Add rust-debugid-0.8., guix-commits, 2023/10/18
- 159/276: gnu: Add rust-auto-impl-0.4., guix-commits, 2023/10/18
- 162/276: gnu: rust-assert-cmd-2: Update to 2.0.12., guix-commits, 2023/10/18
- 167/276: gnu: rust-yansi-0.5: Update to 0.5.1., guix-commits, 2023/10/18
- 168/276: gnu: rav1e: Update to 0.6.6., guix-commits, 2023/10/18
- 171/276: gnu: Add rust-greetd-ipc-0.9.,
guix-commits <=
- 173/276: gnu: Add rust-clap-mangen-0.1., guix-commits, 2023/10/18
- 174/276: gnu: du-dust: Update to 0.8.6., guix-commits, 2023/10/18
- 175/276: gnu: du-dust: Install manpage, shell completions., guix-commits, 2023/10/18
- 176/276: gnu: rust-getrandom-0.2: Update to 0.2.10., guix-commits, 2023/10/18
- 188/276: gnu: Add rust-count-instructions-0.1., guix-commits, 2023/10/18
- 182/276: gnu: Add rust-page-size-0.6., guix-commits, 2023/10/18
- 187/276: gnu: b3sum: Update to 1.5.0., guix-commits, 2023/10/18
- 192/276: gnu: python-orjson: Update to 3.9.7., guix-commits, 2023/10/18
- 189/276: gnu: rust-oorandom-11: Rename from rust-oorandom-11.1., guix-commits, 2023/10/18
- 193/276: gnu: python-pyopenssl: Update to 23.2.0., guix-commits, 2023/10/18