mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-gix-protocol-0.33.
* gnu/packages/crates-vcs.scm (rust-gix-protocol-0.33): Delete variable. Change-Id: I01dc62465a559ff3bff42623f95e0b52a510844e
This commit is contained in:
parent
336b8f2fa6
commit
6f42068e68
1 changed files with 0 additions and 32 deletions
|
@ -5378,38 +5378,6 @@ Rust implementation of Git.")
|
||||||
(("rust-async-std" ,rust-async-std-1)
|
(("rust-async-std" ,rust-async-std-1)
|
||||||
("rust-gix-packetline" ,rust-gix-packetline-0.16))))))
|
("rust-gix-packetline" ,rust-gix-packetline-0.16))))))
|
||||||
|
|
||||||
(define-public rust-gix-protocol-0.33
|
|
||||||
(package
|
|
||||||
(inherit rust-gix-protocol-0.40)
|
|
||||||
(name "rust-gix-protocol")
|
|
||||||
(version "0.33.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "gix-protocol" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "093c9zlqxy8248nynyb909g12xkfxsv5z32j8w41yijwnic718cj"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-async-trait" ,rust-async-trait-0.1)
|
|
||||||
("rust-bstr" ,rust-bstr-1)
|
|
||||||
("rust-btoi" ,rust-btoi-0.4)
|
|
||||||
("rust-document-features" ,rust-document-features-0.2)
|
|
||||||
("rust-futures-io" ,rust-futures-io-0.3)
|
|
||||||
("rust-futures-lite" ,rust-futures-lite-1)
|
|
||||||
("rust-gix-credentials" ,rust-gix-credentials-0.15)
|
|
||||||
("rust-gix-features" ,rust-gix-features-0.30)
|
|
||||||
("rust-gix-hash" ,rust-gix-hash-0.11)
|
|
||||||
("rust-gix-transport" ,rust-gix-transport-0.32)
|
|
||||||
("rust-maybe-async" ,rust-maybe-async-0.2)
|
|
||||||
("rust-nom" ,rust-nom-7)
|
|
||||||
("rust-serde" ,rust-serde-1)
|
|
||||||
("rust-thiserror" ,rust-thiserror-1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-async-std" ,rust-async-std-1)
|
|
||||||
("rust-gix-packetline" ,rust-gix-packetline-0.16))))))
|
|
||||||
|
|
||||||
(define-public rust-gix-quote-0.4
|
(define-public rust-gix-quote-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-quote")
|
(name "rust-gix-quote")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue