mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-gix-attributes-0.13.
* gnu/packages/crates-vcs.scm (rust-gix-attributes-0.13): Delete variable. Change-Id: I352b85727413aee18de6c29319c46316473cb72e
This commit is contained in:
parent
b3c9882865
commit
e13fc7f748
1 changed files with 0 additions and 26 deletions
|
@ -1507,32 +1507,6 @@ package provides a way to identify Git actors.")
|
|||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-unicode-bom" ,rust-unicode-bom-2))))))
|
||||
|
||||
(define-public rust-gix-attributes-0.13
|
||||
(package
|
||||
(inherit rust-gix-attributes-0.19)
|
||||
(name "rust-gix-attributes")
|
||||
(version "0.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-attributes" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0cfciacamnqbxl02l5fb7pcfbzn6r9gnyh86gvc80brqmj89bdvq"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.8)
|
||||
("rust-gix-path" ,rust-gix-path-0.8)
|
||||
("rust-gix-quote" ,rust-gix-quote-0.4)
|
||||
("rust-kstring" ,rust-kstring-2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-unicode-bom" ,rust-unicode-bom-2))))))
|
||||
|
||||
(define-public rust-gix-bitmap-0.2
|
||||
(package
|
||||
(name "rust-gix-bitmap")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue