gnu: Add rust-foreign-types-shared-0.3.

* gnu/packages/crates-io.scm (rust-foreign-types-shared-0.3):
New variable.

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

View file

@ -4134,6 +4134,26 @@ (define-public rust-foreign-types-macros-0.1
(base32
"0bh6z5rwdhfm987idal8r0ha5svz1li7md5l1g2a5966gya1jns0"))))))
(define-public rust-foreign-types-shared-0.3
(package
(name "rust-foreign-types-shared")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "foreign-types-shared" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0mg85r21bxg2i97zl3q8l3cviqz4wcbwziz875wlja3zpcrwz13n"))))
(build-system cargo-build-system)
(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:expat license:asl2.0))))
(define-public rust-foreign-types-shared-0.2
(package
(name "rust-foreign-types-shared")