Archived
1
0
Fork 0

gnu: rust-foreign-types-shared-0.2: Inherit from rust-foreign-types-shared-0.3.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-18 22:58:04 +03:00 committed by Efraim Flashner
parent e7a5b8ebfb
commit 166ba78af0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4156,6 +4156,7 @@ APIs.")
(define-public rust-foreign-types-shared-0.2
(package
(inherit rust-foreign-types-shared-0.3)
(name "rust-foreign-types-shared")
(version "0.2.0")
(source
@ -4165,15 +4166,7 @@ APIs.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0kanxlif1vp0ffh2r9l610jqbkmb3183yqykxq1z5w1vay2rn7y6"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/sfackler/foreign-types")
(synopsis "Internal crate used by foreign-types")
(description
"An internal crate used by foreign-types.")
(license (list license:asl2.0
license:expat))))
"0kanxlif1vp0ffh2r9l610jqbkmb3183yqykxq1z5w1vay2rn7y6"))))))
(define-public rust-foreign-types-shared-0.1
(package