mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-git2-curl-0.18.
* gnu/packages/crates-vcs.scm (rust-git2-curl-0.18): Delete variable. Change-Id: Ibaa8ebc1fd5053bc41d527a47074d0b8e0e5574d
This commit is contained in:
parent
418daf1459
commit
d0fd3f8040
1 changed files with 0 additions and 20 deletions
|
@ -498,26 +498,6 @@ libcurl, which is intended to be used with the @code{git2} crate.")
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-git2-curl-0.18
|
||||
(package
|
||||
(inherit rust-git2-curl-0.19)
|
||||
(name "rust-git2-curl")
|
||||
(version "0.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "git2-curl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "132zzrrfw3cnfh9ffc9pfr94my97agnmk7pnfvzqr4kj5d1vgy7q"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t ;need rust-civet and others
|
||||
#:cargo-inputs
|
||||
(("rust-curl" ,rust-curl-0.4)
|
||||
("rust-git2" ,rust-git2-0.17)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-git2-hooks-0.3
|
||||
(package
|
||||
(name "rust-git2-hooks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue