gnu: rust-swayipc-3: Update to 3.0.2.

* gnu/packages/crates-io.scm (rust-swayipc-3): Update to 3.0.2.
[arguments]: Don't skip the build.  Skip the tests.

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

View file

@ -63871,17 +63871,17 @@ (define-public rust-sxd-xpath-0.4
(define-public rust-swayipc-3
(package
(name "rust-swayipc")
(version "3.0.1")
(version "3.0.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "swayipc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16pf4r6svf99p73b8dhdannkvhfvmbjb4rx7gifxh8xj53rwy7db"))))
(base32 "0a9z67qp1kzmwnpnr973x72f2gif5q3rgqlma0i2wdqzi2gx39fs"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:tests? #f ; `Err` value: SocketNotFound
#:cargo-inputs
(("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)