1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 01:54:06 +02:00

gnu: rust-cargo-c: Update to 0.10.22+cargo-0.96.0.

* gnu/packages/rust-apps.scm (0.10.22+cargo-0.96.0): Update to
0.10.22+cargo-0.96.0.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[rust-cargo-c]:
Update entry.

Change-Id: I8460cb49440e0cd9d7e6e1666ab123f3e877b79d
This commit is contained in:
Efraim Flashner
2026-05-17 08:38:41 +03:00
parent 554a013918
commit 786fb2a695
2 changed files with 427 additions and 329 deletions
+2 -2
View File
@@ -4212,14 +4212,14 @@ background agent taking care of maintaining the necessary state.")
(define-public rust-cargo-c
(package
(name "rust-cargo-c")
(version "0.10.21+cargo-0.95.0")
(version "0.10.22+cargo-0.96.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "cargo-c" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "14bfybh3gzcrk7h22xxxhib1zc3m95j52ib258wxv64n939gln54"))))
(base32 "1j5122hla12v6xjpvsvzv10gzvm80dbf65b2cy6669kcpjvlk1v0"))))
(build-system cargo-build-system)
(arguments (list #:install-source? #f))
(native-inputs
File diff suppressed because it is too large Load Diff