mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add rust-bindgen-0.61.
* gnu/packages/crates-io.scm (rust-bindgen-0.61): New variable.
This commit is contained in:
parent
eb1787e518
commit
1667c3e44c
1 changed files with 12 additions and 0 deletions
|
@ -6254,6 +6254,18 @@ (define-public rust-bindgen-0.63
|
|||
(sha256
|
||||
(base32 "119qkny3swlx8zm0jxp19hizpkym6arh8mlv9ylskch030961n1n"))))))
|
||||
|
||||
(define-public rust-bindgen-0.61
|
||||
(package
|
||||
(inherit rust-bindgen-0.64)
|
||||
(name "rust-bindgen")
|
||||
(version "0.61.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bindgen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "16phlka8ykx28jlk7l637vlr9h01j8mh2s0d6km6z922l5c2w0la"))))))
|
||||
|
||||
(define-public rust-bindgen-0.59
|
||||
(package
|
||||
(inherit rust-bindgen-0.64)
|
||||
|
|
Loading…
Reference in a new issue