gnu: Add rust-target-lexicon-0.11.
* gnu/packages/crates-io.scm (rust-target-lexicon-0.11): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cb03e75847
commit
1ab6c57394
@ -65879,6 +65879,20 @@ memory all at once.")
|
||||
tools.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-target-lexicon-0.11
|
||||
(package
|
||||
(inherit rust-target-lexicon-0.12)
|
||||
(name "rust-target-lexicon")
|
||||
(version "0.11.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "target-lexicon" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15gax4765vm2inh45m7cvaf4mgd2mb2mn0i87np0i1d95qhla822"))))
|
||||
(arguments '())))
|
||||
|
||||
(define-public rust-tectonic-bridge-core-0.3
|
||||
(package
|
||||
(name "rust-tectonic-bridge-core")
|
||||
|
Loading…
Reference in New Issue
Block a user