me
/
guix
Archived
1
0
Fork 0

gnu: rust-beef-0.5: Update to 0.5.2.

* gnu/packages/crates-io.scm (rust-beef-0.5): Update to 0.5.2.
[arguments]: Don't skip build.  Skip the tests.
[cargo-development-inputs]: Add rust-serde-derive-1, rust-serde-json-1.

Change-Id: Iff02249a15cefe558a70132277869f2f5c780215
master
Efraim Flashner 2024-01-04 11:33:28 +02:00
parent 9df2d510fc
commit 7e64df06c9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -5846,19 +5846,20 @@ paging.")
(define-public rust-beef-0.5
(package
(name "rust-beef")
(version "0.5.0")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "beef" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "02blba0j192l0374kqwn8rjsc8aifj43xi26v142ijpjim1f4dk7"))))
(base32 "1c95lbnhld96iwwbyh5kzykbpysq0fnjfhwxa1mhap5qxgrl30is"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-serde" ,rust-serde-1))))
`(#:tests? #f ; Doc tests segfault.
#:cargo-inputs (("rust-serde" ,rust-serde-1))
#:cargo-development-inputs (("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/maciejhirsz/beef")
(synopsis "Faster, more compact implementation of Cow")
(description "This package provides faster, more compact implementation of