me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-03-27 10:29:09 +02:00
parent d863ec58b0
commit f59022a4fa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -216,14 +216,14 @@ dirty state into your program.")
(define-public rust-git2-0.18
(package
(name "rust-git2")
(version "0.18.1")
(version "0.18.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "git2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1kf0kvg3i7p1223zs2h9fz99ndm0l9kdx3hcw63g73dh5nlppygv"))))
(base32 "0w7gcq6v9kdlh0vcv27xrk09c1bhkarqhnp52pvnnximzrxnlbi3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags (list "--release" "--"
@ -235,7 +235,7 @@ dirty state into your program.")
("rust-openssl-probe" ,rust-openssl-probe-0.1)
("rust-openssl-sys" ,rust-openssl-sys-0.9)
("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-time" ,rust-time-0.1))))
(native-inputs (list pkg-config))