me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-cbindgen-0.14.

* gnu/packages/rust-apps.scm (rust-cbindgen-0.14): Delete variable.
Efraim Flashner 2023-05-17 09:06:09 +03:00
parent d76801ec0d
commit 61e41cee14
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 15 deletions

View File

@ -1230,21 +1230,6 @@ rebase.")
("rust-tempfile" ,rust-tempfile-3)
("rust-toml" ,rust-toml-0.5))))))
(define-public rust-cbindgen-0.14
(package
(inherit rust-cbindgen)
(name "rust-cbindgen")
(version "0.14.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "cbindgen" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ppwqbzydxlg9a24lynzfk60xrvqw4k31mpz1wrk6lbf88zf8nxi"))))))
(define-public sniffglue
(package
(name "sniffglue")