mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
4bcae2a9af
commit
9e6c9bdb8d
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue