mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add rust-git2-curl-0.20.
* gnu/packages/crates-vcs.scm (rust-git2-curl-0.20): New variable. (rust-git2-curl-0.19): Inherit from rust-git2-curl-0.20. Change-Id: Ib6a1105eb52698193d905108b0b405609c63c208
This commit is contained in:
parent
80a77d59d1
commit
23f9d1d593
1 changed files with 26 additions and 7 deletions
|
@ -431,8 +431,33 @@ reading and writing git repositories.")
|
||||||
("rust-thread-id" ,rust-thread-id-3)
|
("rust-thread-id" ,rust-thread-id-3)
|
||||||
("rust-time" ,rust-time-0.1))))))
|
("rust-time" ,rust-time-0.1))))))
|
||||||
|
|
||||||
|
(define-public rust-git2-curl-0.20
|
||||||
|
(package
|
||||||
|
(name "rust-git2-curl")
|
||||||
|
(version "0.20.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "git2-curl" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "17q7p4xdmvzn8jy75cdpl6bncy70z1v864wv0ch2690wg9919zv8"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t ;need rust-civet and others
|
||||||
|
#:cargo-inputs (("rust-curl" ,rust-curl-0.4)
|
||||||
|
("rust-git2" ,rust-git2-0.19)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-url" ,rust-url-2))))
|
||||||
|
(home-page "https://github.com/rust-lang/git2-rs")
|
||||||
|
(synopsis "Libgit2 HTTP transport backend powered by @code{libcurl}")
|
||||||
|
(description "Backend for an HTTP transport in @code{libgit2}, powered by
|
||||||
|
libcurl, which is intended to be used with the @code{git2} crate.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-git2-curl-0.19
|
(define-public rust-git2-curl-0.19
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-git2-curl-0.20)
|
||||||
(name "rust-git2-curl")
|
(name "rust-git2-curl")
|
||||||
(version "0.19.0")
|
(version "0.19.0")
|
||||||
(source
|
(source
|
||||||
|
@ -442,18 +467,12 @@ reading and writing git repositories.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hzp64h1x8kr2vvf3bx195s1999sh8d0cygw4vykymwcc1hnpqkq"))))
|
(base32 "1hzp64h1x8kr2vvf3bx195s1999sh8d0cygw4vykymwcc1hnpqkq"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t ;need rust-civet and others
|
`(#:skip-build? #t ;need rust-civet and others
|
||||||
#:cargo-inputs (("rust-curl" ,rust-curl-0.4)
|
#:cargo-inputs (("rust-curl" ,rust-curl-0.4)
|
||||||
("rust-git2" ,rust-git2-0.18)
|
("rust-git2" ,rust-git2-0.18)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-url" ,rust-url-2))))
|
("rust-url" ,rust-url-2))))))
|
||||||
(home-page "https://github.com/rust-lang/git2-rs")
|
|
||||||
(synopsis "Libgit2 HTTP transport backend powered by @code{libcurl}")
|
|
||||||
(description "Backend for an HTTP transport in @code{libgit2}, powered by
|
|
||||||
libcurl, which is intended to be used with the @code{git2} crate.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-git2-curl-0.18
|
(define-public rust-git2-curl-0.18
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue