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:
Efraim Flashner 2024-12-31 13:17:10 +02:00
parent 58a1160322
commit f86f24ed6c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")