gnu: rust-dyn-clone-1: Update to 1.0.17.
* gnu/packages/crates-io.scm (rust-dyn-clone-1): Update to 1.0.17. [arguments]: Don't skip the build. [cargo-development-inputs]: Add rust-rustversion-1, rust-trybuild-1. [description]: Expand. Change-Id: I353ab3e066dd4b80e878865808a082bb5ca24a51
This commit is contained in:
parent
567d4e74f5
commit
184e9cbcb7
@ -22579,20 +22579,21 @@ Rust.")
|
||||
(define-public rust-dyn-clone-1
|
||||
(package
|
||||
(name "rust-dyn-clone")
|
||||
(version "1.0.4")
|
||||
(version "1.0.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dyn-clone" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1kxb16nxiixn558gn82yaq2fl6271jay4rqkrw31lmnprjpjc9pf"))))
|
||||
(base32 "09cig7dgg6jnqa10p4233nd8wllbjf4ffsw7wj0m4lwa5w3z0vhd"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t))
|
||||
`(#:cargo-development-inputs (("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-trybuild" ,rust-trybuild-1))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://crates.io/crates/dyn-clone")
|
||||
(synopsis "Clone trait that is object-safe")
|
||||
(description "Clone trait that is object-safe")
|
||||
(description "This package provides a clone trait that is object-safe.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-dwrote-0.11
|
||||
|
Loading…
Reference in New Issue
Block a user