Archived
1
0
Fork 0

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:
Efraim Flashner 2020-10-12 13:12:39 +03:00
parent af211eb520
commit 8bcfd15c2a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4563,7 +4563,7 @@ intrinsics.")
(define-public rust-core-foundation-0.7 (define-public rust-core-foundation-0.7
(package (package
(name "rust-core-foundation") (name "rust-core-foundation")
(version "0.7.1") (version "0.7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4572,10 +4572,11 @@ intrinsics.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"024qmb4c33ppy0fhj022x291nrlzl5n2gqs46n0cyxms85xl8qxl")))) "0wbias8f0m5kyn2pcksi0h58fdslams6nmf16w78fgn42dx4rljp"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:skip-build? #t
#:cargo-inputs
(("rust-chrono" ,rust-chrono-0.4) (("rust-chrono" ,rust-chrono-0.4)
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.7) ("rust-core-foundation-sys" ,rust-core-foundation-sys-0.7)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)