1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: Remove rust-gix-worktree-0.18.

* gnu/packages/crates-vcs.scm (rust-gix-worktree-0.18): Delete variable.

Change-Id: I811f67b85238d40c35c47b0e46cf7bdc5f2f5714
This commit is contained in:
Efraim Flashner 2024-12-31 13:11:34 +02:00
parent 9e53b9e8bc
commit 2c6c7bb0d3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7490,40 +7490,6 @@ types and utilities. Part of Gitoxide a pure Rust implementation of Git.")
("rust-gix-path" ,rust-gix-path-0.10)
("rust-serde" ,rust-serde-1))))))
(define-public rust-gix-worktree-0.18
(package
(inherit rust-gix-worktree-0.26)
(name "rust-gix-worktree")
(version "0.18.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-worktree" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1xjhxw6lmjhnmcnhajaks34dnsqgg7w7lf576hkl0m485sbav26k"))))
(arguments
`(#:cargo-inputs
(("rust-bstr" ,rust-bstr-1)
("rust-document-features" ,rust-document-features-0.2)
("rust-filetime" ,rust-filetime-0.2)
("rust-gix-attributes" ,rust-gix-attributes-0.13)
("rust-gix-features" ,rust-gix-features-0.30)
("rust-gix-fs" ,rust-gix-fs-0.2)
("rust-gix-glob" ,rust-gix-glob-0.8)
("rust-gix-hash" ,rust-gix-hash-0.11)
("rust-gix-ignore" ,rust-gix-ignore-0.3)
("rust-gix-index" ,rust-gix-index-0.17)
("rust-gix-object" ,rust-gix-object-0.30)
("rust-gix-path" ,rust-gix-path-0.8)
("rust-io-close" ,rust-io-close-0.3)
("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1))
#:cargo-development-inputs
(("rust-symlink" ,rust-symlink-0.1)
("rust-tempfile" ,rust-tempfile-3)
("rust-walkdir" ,rust-walkdir-2))))))
(define-public rust-gix-worktree-state-0.13
(package
(name "rust-gix-worktree-state")