mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Remove rust-cbindgen-0.12.
* gnu/packages/rust-apps.scm (rust-cbindgen-0.12): Delete variable.
This commit is contained in:
parent
390b5cbcdb
commit
d76801ec0d
1 changed files with 0 additions and 15 deletions
|
@ -1245,21 +1245,6 @@ (define-public rust-cbindgen-0.14
|
|||
(base32
|
||||
"1ppwqbzydxlg9a24lynzfk60xrvqw4k31mpz1wrk6lbf88zf8nxi"))))))
|
||||
|
||||
(define-public rust-cbindgen-0.12
|
||||
(package
|
||||
(inherit rust-cbindgen)
|
||||
(name "rust-cbindgen")
|
||||
(version "0.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cbindgen" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13jzbmjz1bmmfr0i80hw6ar484mgabx3hbpb2ynhk0ddqi0yr58m"))))))
|
||||
|
||||
(define-public sniffglue
|
||||
(package
|
||||
(name "sniffglue")
|
||||
|
|
Loading…
Reference in a new issue