gnu: rust-foreign-types-0.3: Inherit from rust-foreign-types-0.5.

* gnu/packages/crates-io.scm (rust-foreign-types-0.3): Inherit from
rust-foreign-types-0.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-18 23:05:02 +03:00 committed by Efraim Flashner
parent 079c2aaf49
commit d2d0cb8c1e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4094,6 +4094,7 @@ implementation that is more efficient for smaller hash keys.")
(define-public rust-foreign-types-0.3 (define-public rust-foreign-types-0.3
(package (package
(inherit rust-foreign-types-0.5)
(name "rust-foreign-types") (name "rust-foreign-types")
(version "0.3.2") (version "0.3.2")
(source (source
@ -4105,18 +4106,11 @@ implementation that is more efficient for smaller hash keys.")
(sha256 (sha256
(base32 (base32
"1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn")))) "1cgk0vyd7r45cj769jym4a6s7vwshvd0z4bqrb92q1fwibmkkwzn"))))
(build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-foreign-types-macros" ,rust-foreign-types-macros-0.1) (("rust-foreign-types-macros" ,rust-foreign-types-macros-0.1)
("rust-foreign-types-shared" ,rust-foreign-types-shared-0.1)))) ("rust-foreign-types-shared" ,rust-foreign-types-shared-0.1))))))
(home-page "https://github.com/sfackler/foreign-types")
(synopsis "Framework for Rust wrappers over C APIs")
(description
"This package provides a framework for Rust wrappers over C
APIs.")
(license (list license:expat license:asl2.0))))
(define-public rust-foreign-types-macros-0.2 (define-public rust-foreign-types-macros-0.2
(package (package