mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-git2-0.18: Update to 0.18.3.
* gnu/packages/crates-vcs.scm (rust-git2-0.18): Update to 0.18.3. [cargo-development-inputs]: Add rust-clap-4. Remove rust-structopt-0.3. Change-Id: Ib883c93a13ff0c8348fddbc44808c3b45531eedf
This commit is contained in:
parent
d863ec58b0
commit
f59022a4fa
1 changed files with 3 additions and 3 deletions
|
@ -216,14 +216,14 @@ dirty state into your program.")
|
||||||
(define-public rust-git2-0.18
|
(define-public rust-git2-0.18
|
||||||
(package
|
(package
|
||||||
(name "rust-git2")
|
(name "rust-git2")
|
||||||
(version "0.18.1")
|
(version "0.18.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "git2" version))
|
(uri (crate-uri "git2" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kf0kvg3i7p1223zs2h9fz99ndm0l9kdx3hcw63g73dh5nlppygv"))))
|
(base32 "0w7gcq6v9kdlh0vcv27xrk09c1bhkarqhnp52pvnnximzrxnlbi3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags (list "--release" "--"
|
`(#:cargo-test-flags (list "--release" "--"
|
||||||
|
@ -235,7 +235,7 @@ dirty state into your program.")
|
||||||
("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
||||||
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
||||||
("rust-url" ,rust-url-2))
|
("rust-url" ,rust-url-2))
|
||||||
#:cargo-development-inputs (("rust-structopt" ,rust-structopt-0.3)
|
#:cargo-development-inputs (("rust-clap" ,rust-clap-4)
|
||||||
("rust-tempfile" ,rust-tempfile-3)
|
("rust-tempfile" ,rust-tempfile-3)
|
||||||
("rust-time" ,rust-time-0.1))))
|
("rust-time" ,rust-time-0.1))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue