me
/
guix
Archived
1
0
Fork 0

gnu: rust-core-foundation-sys-0.7: Downgrade to 0.7.0.

Later versions of this crate are yanked upstream.

* gnu/packages/crates-io.scm (rust-core-foundation-sys-0.7): Downgrade
to 0.7.0.
Efraim Flashner 2023-10-08 15:33:30 +03:00
parent 142be165e0
commit 2b36ee84ee
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -15668,14 +15668,14 @@ intrinsics.")
(package
(inherit rust-core-foundation-sys-0.8)
(name "rust-core-foundation-sys")
(version "0.7.2")
(version "0.7.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "core-foundation-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ghrg46h4ci306agr2vwm28w6gb5l455nzp61y2zkhwfs49p4nis"))))))
(base32 "1b5qfnnmg49sawwfsb0c0wbj81bqi7h7lh68pmhbidf0jjs1m9xk"))))))
(define-public rust-core-foundation-sys-0.6
(package