diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-22 22:37:08 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-05-07 19:29:12 +0300 |
commit | ba91dead728eec0b5888cb95be63020b29408e5a (patch) | |
tree | 8d58695799c72d9938adfa9baa15362c5d28e9ec /gnu | |
parent | 9098a51751a45f60cee4c13a33eb356556d1e736 (diff) | |
download | guix-ba91dead728eec0b5888cb95be63020b29408e5a.tar.gz |
gnu: Remove rust-rustc-hex-1.
* gnu/packages/crates-io.scm (rust-rustc-hex-1): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1f92fa8f15..ed6ae031ee 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -50631,19 +50631,6 @@ It is automatically published using the compiler repository at hex conversion traits.") (license (list license:expat license:asl2.0)))) -(define-public rust-rustc-hex-1 - (package - (inherit rust-rustc-hex-2) - (name "rust-rustc-hex") - (version "1.0.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "rustc-hex" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "07pff94vqc1mhrqp9i06xzayiad4xfx7588zkqsdw875lpkqrsqc")))))) - (define-public rust-rustc-rayon-0.4 (package (name "rust-rustc-rayon") |