me
/
guix
Archived
1
0
Fork 0

gnu: rust-cargo-c: Update to 0.9.30.

* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.9.30.
[cargo-inputs]: Replace rust-toml-0.7 with 0.8.

Change-Id: I0cdea6c0e5b70f691e83c50a9f5bfd66d9e23f32
master
Efraim Flashner 2024-03-11 14:10:27 +02:00
parent 77e197113f
commit 9cb1b22ec0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -2503,14 +2503,14 @@ the library crate of Cargo.")
(define-public rust-cargo-c
(package
(name "rust-cargo-c")
(version "0.9.29+cargo-0.76.0")
(version "0.9.30+cargo-0.77.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "cargo-c" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "03ks9rl2skvf5j93sbmbz6l72k5cgvf4hc0nhnp7aadrvb05v5sr"))))
(base32 "0if4cl1sk67v5xzxbphnnqg07fphxrh08bgji0gj23fvbiiy6xzc"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -2528,7 +2528,7 @@ the library crate of Cargo.")
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-toml" ,rust-toml-0.7)
("rust-toml" ,rust-toml-0.8)
("rust-windows-sys" ,rust-windows-sys-0.52))))
(native-inputs
(list pkg-config))