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:
parent
aed6030318
commit
c49104382d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue