me
/
guix
Archived
1
0
Fork 0

gnu: rust-swayipc-types-1: Update to 1.3.1.

* gnu/packages/crates-io.scm (rust-swayipc-types-1): Update to 1.3.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Herman Rimm 2024-01-30 16:25:00 +01:00 committed by Efraim Flashner
parent e10817fb88
commit 7706548eb7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 12 additions and 13 deletions

View File

@ -65076,7 +65076,7 @@ executed by swayipc.")
(define-public rust-swayipc-types-1
(package
(name "rust-swayipc-types")
(name "rust-swayipc-types")
(version "1.3.1")
(source
(origin
@ -65085,18 +65085,17 @@ executed by swayipc.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1fwzdifnaj9ayz6fq96vcxpzr4dqhq1zgbqk3xbgsdlg89b2ddmi"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/jaycefayne/swayipc-rs")
(synopsis "Library containing Type defintions from sway's IPC interface")
(description
"This package provides a library containing Type defintions from sway's IPC
interface.")
(license license:expat)))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/jaycefayne/swayipc-rs")
(synopsis "Type definitions from sway's IPC interface")
(description
"This package provides a library containing type defintions from
sway's IPC interface.")
(license license:expat)))
(define-public rust-symlink-0.1
(package