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

* gnu/packages/crates-io.scm (rust-swayipc-types-1): Update to 1.3.1.
[arguments]: Don't skip the build.

Change-Id: I521a9d2b939c0151cb640bd602bb0e914ab256ec
This commit is contained in:
Efraim Flashner 2024-01-29 11:00:00 +02:00
parent e64d40abed
commit 4bcae2a9af
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -63935,26 +63935,25 @@ executed by swayipc.")
(define-public rust-swayipc-types-1 (define-public rust-swayipc-types-1
(package (package
(name "rust-swayipc-types") (name "rust-swayipc-types")
(version "1.2.0") (version "1.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "swayipc-types" version)) (uri (crate-uri "swayipc-types" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "13lj6jyyxg41r9g0b07y8yd7ygy5gih61w5v48bpksvfdzhwwn55")))) (base32 "1fwzdifnaj9ayz6fq96vcxpzr4dqhq1zgbqk3xbgsdlg89b2ddmi"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-serde" ,rust-serde-1) (("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1) ("rust-serde-json" ,rust-serde-json-1)
("rust-thiserror" ,rust-thiserror-1)))) ("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/jaycefayne/swayipc-rs") (home-page "https://github.com/jaycefayne/swayipc-rs")
(synopsis "A library containing Type defintions from sway's IPC interface") (synopsis "Library containing Type defintions from sway's IPC interface")
(description (description
"This package provides a library containing Type defintions from sway's IPC "This package provides a library containing Type defintions from sway's IPC
interface") interface.")
(license license:expat))) (license license:expat)))
(define-public rust-symlink-0.1 (define-public rust-symlink-0.1