Archived
1
0
Fork 0

gnu: rust-hex-literal-0.2: Update to 0.2.2.

* gnu/packages/crates-io.scm (rust-hex-literal-0.2): Update to 0.2.2.
This commit is contained in:
Efraim Flashner 2023-02-22 12:21:31 +02:00
parent aed6030318
commit c49104382d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -26600,7 +26600,7 @@ compile time.")
(package (package
(inherit rust-hex-literal-0.3) (inherit rust-hex-literal-0.3)
(name "rust-hex-literal") (name "rust-hex-literal")
(version "0.2.1") (version "0.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -26609,7 +26609,7 @@ compile time.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1q36f0qq31ggh4ipcwb7a5g6jmci2010vn2v3qpaz4csxhhf47cn")))) "04ba6fmk6q2mmzpl1wmfsaz3wyljcd0va8577wpmbx1wkccr61np"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-hex-literal-impl" ,rust-hex-literal-impl-0.2) (("rust-hex-literal-impl" ,rust-hex-literal-impl-0.2)