mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 14:01:15 +02:00
gnu: rust-cargo-c: Update to 0.10.9.
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.10.9. [cargo-inputs]: Replace rust-cbindgen-0.27 with 0.28, rust-itertools-0.13 with 0.14. Change-Id: I518fa205eb6af6a22c01a8ea9f41532d141cfe2b
This commit is contained in:
committed by
Hilton Chain
parent
0e63df9d61
commit
883fc0acd0
@@ -4055,26 +4055,26 @@ the library crate of Cargo.")
|
||||
(define-public rust-cargo-c
|
||||
(package
|
||||
(name "rust-cargo-c")
|
||||
(version "0.10.5+cargo-0.83.0")
|
||||
(version "0.10.9+cargo-0.85.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-c" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "02ppkpwngksz22vk66sn8xm0lviihp0zpnki1sa4sf0672lrpyjv"))))
|
||||
(base32 "1cxawccpssmpvv6a0sn8lkms5nd3gyh46g407bk2i8xyzyh87pvq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-cargo" ,rust-cargo)
|
||||
("rust-cargo-util" ,rust-cargo-util-0.2)
|
||||
("rust-cbindgen" ,rust-cbindgen-0.27)
|
||||
("rust-cbindgen" ,rust-cbindgen-0.28)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-clap" ,rust-clap-4)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-implib" ,rust-implib-0.3)
|
||||
("rust-itertools" ,rust-itertools-0.13)
|
||||
("rust-itertools" ,rust-itertools-0.14)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-object" ,rust-object-0.36)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
|
||||
Reference in New Issue
Block a user