me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-rustc-hex-1.

* gnu/packages/crates-io.scm (rust-rustc-hex-1): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:08 +02:00
parent 9098a51751
commit ba91dead72
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 13 deletions

View File

@ -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")