mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-cxxbridge-flags-0.5.
* gnu/packages/crates-io.scm (rust-cxxbridge-flags-0.5): Delete variable. Change-Id: Ic0053482f6573ecc7aa56f70a90a91997d5fc6bb
This commit is contained in:
parent
a75a885e51
commit
3078fea41e
1 changed files with 0 additions and 15 deletions
|
@ -18176,21 +18176,6 @@ (define-public rust-cxxbridge-flags-1
|
|||
crate (implementation detail).")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-cxxbridge-flags-0.5
|
||||
(package
|
||||
(inherit rust-cxxbridge-flags-1)
|
||||
(name "rust-cxxbridge-flags")
|
||||
(version "0.5.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cxxbridge-flags" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jfwsm85s5kalgqbqlg1kq79zcb5zwk375h0qw7ycz5i6v3c8j0k"))))))
|
||||
|
||||
(define-public rust-cxxbridge-macro-1
|
||||
(package
|
||||
(name "rust-cxxbridge-macro")
|
||||
|
|
Loading…
Reference in a new issue