mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: Remove rust-cbindgen-0.20.
* gnu/packages/rust-apps.scm (rust-cbindgen-0.20): Delete variable.
This commit is contained in:
parent
c33c0039c7
commit
6b1fbcf7e5
1 changed files with 0 additions and 13 deletions
|
@ -1099,19 +1099,6 @@ (define-public rust-cbindgen-0.23
|
||||||
(base32
|
(base32
|
||||||
"006rn3fn4njayjxr2vd24g1awssr9i3894nbmfzkybx07j728vav"))))))
|
"006rn3fn4njayjxr2vd24g1awssr9i3894nbmfzkybx07j728vav"))))))
|
||||||
|
|
||||||
(define-public rust-cbindgen-0.20
|
|
||||||
(package
|
|
||||||
(inherit rust-cbindgen-0.24)
|
|
||||||
(name "rust-cbindgen")
|
|
||||||
(version "0.20.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "cbindgen" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1p67vvjkxh07yfizfkvm6bjlv2bywrnl57hshcsz9h2x2qxrgqsi"))))))
|
|
||||||
|
|
||||||
(define-public rust-cbindgen-0.19
|
(define-public rust-cbindgen-0.19
|
||||||
(package
|
(package
|
||||||
(inherit rust-cbindgen)
|
(inherit rust-cbindgen)
|
||||||
|
|
Loading…
Reference in a new issue