me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-target-lexicon-0.10.

* gnu/packages/crates-io.scm (rust-target-lexicon-0.10): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:07 +02:00
parent 26defd9313
commit ed6fdb49cd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 16 deletions

View File

@ -60438,22 +60438,6 @@ memory all at once.")
tools.") tools.")
(license license:asl2.0))) (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 (define-public rust-tectonic-bridge-core-0.3
(package (package
(name "rust-tectonic-bridge-core") (name "rust-tectonic-bridge-core")