mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Add rust-instability-0.3.
* gnu/packages/crates-io.scm (rust-instability-0.3): New variable. Change-Id: I5b4c111e90b53876726052523eaa7bba8063a0eb
This commit is contained in:
parent
e71e861358
commit
5cc4ec4be6
1 changed files with 26 additions and 0 deletions
|
@ -34671,6 +34671,32 @@ data efficiently.")
|
||||||
("rust-serde-yaml" ,rust-serde-yaml-0.8)
|
("rust-serde-yaml" ,rust-serde-yaml-0.8)
|
||||||
("rust-uuid" ,rust-uuid-0.7))))))
|
("rust-uuid" ,rust-uuid-0.7))))))
|
||||||
|
|
||||||
|
(define-public rust-instability-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-instability")
|
||||||
|
(version "0.3.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "instability" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0xfgw4afzbhr0v87xilscyc5dxmmcznghr6cr585jczpa5j113l9"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-darling" ,rust-darling-0.20)
|
||||||
|
("rust-indoc" ,rust-indoc-2)
|
||||||
|
("rust-pretty-assertions" ,rust-pretty-assertions-1)
|
||||||
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-2))))
|
||||||
|
(home-page "https://github.com/ratatui-org/instability")
|
||||||
|
(synopsis "Rust API stability attributes for the rest of us")
|
||||||
|
(description
|
||||||
|
"This package provides Rust API stability attributes for the rest of us.
|
||||||
|
It is a fork of the `stability` crate.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-instant-0.1
|
(define-public rust-instant-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-instant")
|
(name "rust-instant")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue