mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-core-foundation-0.7: Downgrade to 0.7.0.
0.7.1 was pulled by upstream. * gnu/packages/crates-io.scm (rust-core-foundation-0.7): Downgrade to 0.7.0. [arguments]: Skip build.
This commit is contained in:
parent
af211eb520
commit
8bcfd15c2a
1 changed files with 4 additions and 3 deletions
|
@ -4563,7 +4563,7 @@ (define-public rust-core-arch-0.1
|
|||
(define-public rust-core-foundation-0.7
|
||||
(package
|
||||
(name "rust-core-foundation")
|
||||
(version "0.7.1")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4572,10 +4572,11 @@ (define-public rust-core-foundation-0.7
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"024qmb4c33ppy0fhj022x291nrlzl5n2gqs46n0cyxms85xl8qxl"))))
|
||||
"0wbias8f0m5kyn2pcksi0h58fdslams6nmf16w78fgn42dx4rljp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.7)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
|
|
Loading…
Reference in a new issue