mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Remove rust-target-lexicon-0.10.
* gnu/packages/crates-io.scm (rust-target-lexicon-0.10): Delete variable.
This commit is contained in:
parent
26defd9313
commit
ed6fdb49cd
1 changed files with 0 additions and 16 deletions
|
@ -60438,22 +60438,6 @@ (define-public rust-target-lexicon-0.12
|
|||
tools.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-target-lexicon-0.10
|
||||
(package
|
||||
(inherit rust-target-lexicon-0.12)
|
||||
(name "rust-target-lexicon")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "target-lexicon" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17diw9c3d1vb5rmwwk2ghsyhfs0gj5jm78hrwxxhmd67vhw743mb"))))
|
||||
(arguments `(#:skip-build? #t))))
|
||||
|
||||
(define-public rust-tectonic-bridge-core-0.3
|
||||
(package
|
||||
(name "rust-tectonic-bridge-core")
|
||||
|
|
Loading…
Reference in a new issue