gnu: rust-rustversion-1: Update to 1.0.12.
* gnu/packages/crates-io.scm (rust-rustversion-1): Update to 1.0.12.
This commit is contained in:
parent
d33f8ecc6a
commit
baee9dfcdd
1 changed files with 2 additions and 2 deletions
|
@ -54007,7 +54007,7 @@ font rendering.")
|
||||||
(define-public rust-rustversion-1
|
(define-public rust-rustversion-1
|
||||||
(package
|
(package
|
||||||
(name "rust-rustversion")
|
(name "rust-rustversion")
|
||||||
(version "1.0.9")
|
(version "1.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -54016,7 +54016,7 @@ font rendering.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a6nlrrnfbacn5pzg3m3311anhngcxs8kbvsbynh71ngni47wiwp"))))
|
"01mzns4b7vfcxsyf63ck68gachqcbqzsfs6iwzrv6j449p70hcjg"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
|
|
Reference in a new issue