me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-git2-curl-0.14.

* gnu/packages/crates-io.scm (rust-git2-curl-0.14): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:13 +02:00
parent 9f797cd993
commit 6b24181153
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 22 deletions

View File

@ -24873,28 +24873,6 @@ reading and writing git repositories.")
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.14
(package
(inherit rust-git2-curl-0.17)
(name "rust-git2-curl")
(version "0.14.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "git2-curl" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0l1sckmpvhd498c9ji04gkpfkfrpx7c8rabihczsnjx91v5kjdc8"))))
(arguments
`(#:skip-build? #t ;need rust-civet and others
#:cargo-inputs
(("rust-curl" ,rust-curl-0.4)
("rust-git2" ,rust-git2-0.13)
("rust-log" ,rust-log-0.4)
("rust-url" ,rust-url-2))))))
(define-public rust-gjson-0.8
(package
(name "rust-gjson")