gnu: rust-cargo-platform-0.1: Update to 0.1.2.
* gnu/packages/crates-io.scm (rust-cargo-platform-0.1): Update to 0.1.2.
parent
0d9d36d913
commit
e7bca94dae
|
@ -9524,7 +9524,7 @@ optional dependency graph analysis.")
|
||||||
(define-public rust-cargo-platform-0.1
|
(define-public rust-cargo-platform-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-cargo-platform")
|
(name "rust-cargo-platform")
|
||||||
(version "0.1.1")
|
(version "0.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9533,7 +9533,7 @@ optional dependency graph analysis.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mzi60pf0z83qkzqp7jwd61xnqz2b5ydsj7rnnikbgyicd5989h2"))))
|
"09zsf76b9yr02jh17xq925xp1w824w2bwvb78fd0gpx5m1fq5nyb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in New Issue