mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: rust-cargo-c: Update to 0.10.20.
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.10.20. [inputs]: Remove libgit2-1.8. Add libgit2-1.9. * gnu/packages/rust-crates.scm (rust-cargo-c): Update crates. Change-Id: I24a5b6c121d1437fec62c80cdd7f3e605aa23fad
This commit is contained in:
committed by
Andreas Enge
parent
410419677d
commit
f3ec5fe95b
@@ -3355,21 +3355,21 @@ background agent taking care of maintaining the necessary state.")
|
||||
(define-public rust-cargo-c
|
||||
(package
|
||||
(name "rust-cargo-c")
|
||||
(version "0.10.9+cargo-0.85.0")
|
||||
(version "0.10.20+cargo-0.94.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cargo-c" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1cxawccpssmpvv6a0sn8lkms5nd3gyh46g407bk2i8xyzyh87pvq"))))
|
||||
(base32 "0q1198xlkcd50nxx722s18lpm6hacnvzqqacb0xdld8ll9z3m5ay"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments (list #:install-source? #f))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(cons* curl
|
||||
libgit2-1.8
|
||||
libgit2-1.9
|
||||
libssh2
|
||||
openssl
|
||||
sqlite
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user