mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
087e7b8172
commit
071782b4cd
1 changed files with 2 additions and 2 deletions
|
@ -9629,7 +9629,7 @@ (define-public rust-cargo-lock-7
|
|||
(define-public rust-cargo-platform-0.1
|
||||
(package
|
||||
(name "rust-cargo-platform")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9638,7 +9638,7 @@ (define-public rust-cargo-platform-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mzi60pf0z83qkzqp7jwd61xnqz2b5ydsj7rnnikbgyicd5989h2"))))
|
||||
"09zsf76b9yr02jh17xq925xp1w824w2bwvb78fd0gpx5m1fq5nyb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue