me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-rustc-hex-2.

* gnu/packages/crates-io.scm (rust-rustc-hex-2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Nicolas Graves 2022-01-07 14:55:47 +01:00 committed by Nicolas Goaziou
parent a404ca13c6
commit 6c1cf7da24
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -46049,6 +46049,25 @@ It is automatically published using the compiler repository at
"This package provides a speedy, non-cryptographic hash used in rustc.")
(license (list license:asl2.0 license:expat))))
(define-public rust-rustc-hex-2
(package
(name "rust-rustc-hex")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustc-hex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1mkjy2vbn5kzg67wgngwddlk4snmd8mkjkql2dzrzzfh6ajzcx9y"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/debris/rustc-hex")
(synopsis "Rustc-serialize compatible hex conversion traits")
(description "This package provides rustc-serialize compatible hex
conversion traits.")
(license (list license:expat license:asl2.0))))
(define-public rust-rustc-rayon-0.3
(package
(name "rust-rustc-rayon")