mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-gix-config-value-0.12.
* gnu/packages/crates-vcs.scm (rust-gix-config-value-0.12): Delete variable. Change-Id: Id8356f3af3b2e76cfc6fcf35bc0bd4681cb2a9cd
This commit is contained in:
parent
58a1160322
commit
f86f24ed6c
1 changed files with 0 additions and 22 deletions
|
@ -1953,28 +1953,6 @@ Gitoxide project. Gitoxide is a pure Rust implementation of Git.")
|
|||
Gitoxide a Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-config-value-0.12
|
||||
(package
|
||||
(inherit rust-gix-config-value-0.14)
|
||||
(name "rust-gix-config-value")
|
||||
(version "0.12.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-config-value" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15rqyj523ckas16sn0jbqpgzln4h1fcpdsnwj4lw0hbl8d0lz1vf"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-2)
|
||||
("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-path" ,rust-gix-path-0.8)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-credentials-0.24
|
||||
(package
|
||||
(name "rust-gix-credentials")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue