me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -63871,17 +63871,17 @@ references")
(define-public rust-swayipc-3 (define-public rust-swayipc-3
(package (package
(name "rust-swayipc") (name "rust-swayipc")
(version "3.0.1") (version "3.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "swayipc" version)) (uri (crate-uri "swayipc" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "16pf4r6svf99p73b8dhdannkvhfvmbjb4rx7gifxh8xj53rwy7db")))) (base32 "0a9z67qp1kzmwnpnr973x72f2gif5q3rgqlma0i2wdqzi2gx39fs"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:tests? #f ; `Err` value: SocketNotFound
#: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)