me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-clang-sys-0.23.

* gnu/packages/crates-io.scm (rust-clang-sys-0.23): Delete variable.

Change-Id: I169d73685ef2aef28ba83fcc81d9acc3f8bf2318
master
Efraim Flashner 2023-12-27 09:49:18 +02:00
parent 7301f43acc
commit a90d619b7e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 15 deletions

View File

@ -13539,21 +13539,6 @@ traits.")
("rust-libc" ,rust-libc-0.2)
("rust-libloading" ,rust-libloading-0.5))))))
(define-public rust-clang-sys-0.23
(package
(inherit rust-clang-sys-0.26)
(name "rust-clang-sys")
(version "0.23.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "clang-sys" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1hjr333izzhs6bic84qwnyzy5xzmvasib8f3zkzj4ln3a97c1xyp"))))))
(define-public rust-clap-cargo-0.12
(package
(name "rust-clap-cargo")