mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: Add rust-target-lexicon-0.11.
* gnu/packages/crates-io.scm (rust-target-lexicon-0.11): New variable.
This commit is contained in:
parent
de3efe67b1
commit
d0e1e360ec
1 changed files with 15 additions and 0 deletions
|
@ -54716,6 +54716,21 @@ (define-public rust-target-lexicon-0.12
|
|||
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.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "target-lexicon" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0khq669rji1l0liv9mdxvddklqhxxpk6r06wbdhc18hiilw9xck2"))))
|
||||
(arguments `(#:skip-build? #t))))
|
||||
|
||||
(define-public rust-target-lexicon-0.10
|
||||
(package
|
||||
(inherit rust-target-lexicon-0.12)
|
||||
|
|
Loading…
Reference in a new issue