gnu: rust-easy-cast-0.5: Update to 0.5.3.

* gnu/packages/crates-io.scm (rust-easy-cast-0.5): Update to 0.5.3.
[arguments]: Remove cargo-test-flags.

Change-Id: Ia70a567212492bab715aeecd09904040cbe49c9b
This commit is contained in:
Efraim Flashner 2024-12-22 16:09:24 +02:00
parent db99452d7d
commit d0d8709847
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -24601,18 +24601,17 @@ (define-public rust-dwrote-0.11
(define-public rust-easy-cast-0.5 (define-public rust-easy-cast-0.5
(package (package
(name "rust-easy-cast") (name "rust-easy-cast")
(version "0.5.2") (version "0.5.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "easy-cast" version)) (uri (crate-uri "easy-cast" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1mizff08p0rlmgvi81rqdblji372rhr17xlvzmqylfsz2iw6g4qh")))) (base32 "1mjhjxibj228bzs817rwaqdicxmln6dqqffabrjn5j1fd4v2g1bj"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-test-flags '("--") ; fails in --release mode `(#:cargo-inputs (("rust-libm" ,rust-libm-0.2))))
#:cargo-inputs (("rust-libm" ,rust-libm-0.2))))
(home-page "https://github.com/kas-gui/easy-cast") (home-page "https://github.com/kas-gui/easy-cast")
(synopsis "Type conversions which are expected to succeed") (synopsis "Type conversions which are expected to succeed")
(description "This library is written to make numeric type conversions (description "This library is written to make numeric type conversions