mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
2243f19720
commit
e7a5b8ebfb
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue