mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-gix-config-0.23.
* gnu/packages/crates-vcs.scm (rust-gix-config-0.23): Delete variable. Change-Id: Ie64741e0207c01e186e6f655896e5daaa6397804
This commit is contained in:
parent
4ec8695c51
commit
2c84cdf39c
1 changed files with 0 additions and 33 deletions
|
@ -1952,39 +1952,6 @@ Gitoxide project. Gitoxide is a pure Rust implementation of Git.")
|
|||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.5))))))
|
||||
|
||||
(define-public rust-gix-config-0.23
|
||||
(package
|
||||
(inherit rust-gix-config-0.30)
|
||||
(name "rust-gix-config")
|
||||
(version "0.23.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0738kwxlmdp409rypczzr0ampbcvrrv2icigll68zfp118911wsi"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-config-value" ,rust-gix-config-value-0.12)
|
||||
("rust-gix-features" ,rust-gix-features-0.30)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.8)
|
||||
("rust-gix-path" ,rust-gix-path-0.8)
|
||||
("rust-gix-ref" ,rust-gix-ref-0.30)
|
||||
("rust-gix-sec" ,rust-gix-sec-0.8)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-nom" ,rust-nom-7)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-unicode-bom" ,rust-unicode-bom-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.4))))))
|
||||
|
||||
(define-public rust-gix-config-value-0.14
|
||||
(package
|
||||
(name "rust-gix-config-value")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue