mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-gix-mailmap-0.13.
* gnu/packages/crates-vcs.scm (rust-gix-mailmap-0.13): Delete variable. Change-Id: I4f320d3b28ab5968c5b9dc27bf5334a20b1230f1
This commit is contained in:
parent
56e325abdc
commit
83f0ce5bc2
1 changed files with 0 additions and 21 deletions
|
@ -4042,27 +4042,6 @@ Gitoxide, a pure Rust implementation of Git.")
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-mailmap-0.13
|
||||
(package
|
||||
(inherit rust-gix-mailmap-0.19)
|
||||
(name "rust-gix-mailmap")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-mailmap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0spslf6r4l51z640fxqpw2nq4j7imzz0jhxwy44y086948cp0ls6"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
|
||||
#:cargo-inputs
|
||||
(("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-actor" ,rust-gix-actor-0.21)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-negotiate-0.15
|
||||
(package
|
||||
(name "rust-gix-negotiate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue