gnu: Add rust-print-bytes-0.7.
* gnu/packages/crates-io.scm (rust-print-bytes-0.7): New variable. Change-Id: Ic5ed6fa34ec2c7a0a85715a4c793543c3b161525 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
a802faedfc
commit
c71d59ac85
gnu/packages
|
@ -51908,6 +51908,24 @@ provides a generic over field elements and curve equation coefficients.")
|
||||||
losslessly as possible.")
|
losslessly as possible.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-print-bytes-0.7
|
||||||
|
(package
|
||||||
|
(inherit rust-print-bytes-1)
|
||||||
|
(name "rust-print-bytes")
|
||||||
|
(version "0.7.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "print_bytes" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "09qlcf6iiadg8snmpbv43h8471mmqx4nhyksnm6ci1p7ygv1ch19"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-print-bytes" ,rust-print-bytes-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-os-str-bytes" ,rust-os-str-bytes-6))))))
|
||||||
|
|
||||||
(define-public rust-print-bytes-0.5
|
(define-public rust-print-bytes-0.5
|
||||||
(package
|
(package
|
||||||
(inherit rust-print-bytes-1)
|
(inherit rust-print-bytes-1)
|
||||||
|
|
Reference in New Issue