mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add rust-generic-array-0.12.
* gnu/packages/crates-io.scm (rust-generic-array-0.12): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
18fa12291b
commit
0f192fe602
1 changed files with 15 additions and 0 deletions
|
@ -3216,6 +3216,21 @@ (define-public rust-generic-array-0.13
|
|||
"Generic types implementing functionality of arrays.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-generic-array-0.12
|
||||
(package
|
||||
(inherit rust-generic-array-0.13)
|
||||
(name "rust-generic-array")
|
||||
(version "0.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "generic-array" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v5jg7djicq34nbiv1dwaki71gkny002wyy9qfn3y0hfmrs053y6"))))))
|
||||
|
||||
(define-public rust-getopts-0.2
|
||||
(package
|
||||
(name "rust-getopts")
|
||||
|
|
Loading…
Reference in a new issue