me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-downcast-0.10.

* gnu/packages/crates-io.scm (rust-downcast-0.10): Delete variable.
Efraim Flashner 2022-10-24 12:29:09 +03:00
parent 701c8bd929
commit 782a6c34d0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 21 deletions

View File

@ -17756,27 +17756,6 @@ from macros.")
@code{Cargo.toml}.")
(license (list license:expat license:asl2.0))))
(define-public rust-downcast-0.10
(package
(name "rust-downcast")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "downcast" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "07bh0l95gwrzak6rj29v8kkm577d8vivxsxhqgscf64b4bq59d2b"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/fkoep/downcast-rs")
(synopsis
"Trait for downcasting trait objects back to their original types")
(description
"This crate provides a trait for downcasting trait objects back to their
original types.")
(license license:expat)))
(define-public rust-downcast-rs-1
(package
(name "rust-downcast-rs")