gnu: Add rust-gix-worktree-0.27.
* gnu/packages/crates-vcs.scm (rust-gix-worktree-0.27): New variable. (rust-gix-worktree-0.26): Inherit from rust-gix-worktree-0.27. Change-Id: Ib0f5eb26d706e378c5cfc83830d46c8c638105ecmaster
parent
65f4830b85
commit
652db37e59
|
@ -2998,8 +2998,42 @@ package contains validation functions for various kinds of names in Git.")
|
|||
(("rust-bstr" ,rust-bstr-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-worktree-0.27
|
||||
(package
|
||||
(name "rust-gix-worktree")
|
||||
(version "0.27.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-worktree" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zfpqbrxxwjjhjk1rn60rmajxm4f7ix2jbx44vklz9nv47kpkbyx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-attributes" ,rust-gix-attributes-0.20)
|
||||
("rust-gix-features" ,rust-gix-features-0.36)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.8)
|
||||
("rust-gix-glob" ,rust-gix-glob-0.14)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||
("rust-gix-ignore" ,rust-gix-ignore-0.9)
|
||||
("rust-gix-index" ,rust-gix-index-0.26)
|
||||
("rust-gix-object" ,rust-gix-object-0.38)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis
|
||||
"Gitoxide functions for handling shared Git worktree types and utilities")
|
||||
(description
|
||||
"This package provides functions for handling shared Git worktree related
|
||||
types and utilities. Part of Gitoxide a pure Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-worktree-0.26
|
||||
(package
|
||||
(inherit rust-gix-worktree-0.27)
|
||||
(name "rust-gix-worktree")
|
||||
(version "0.26.0")
|
||||
(source
|
||||
|
@ -3009,7 +3043,6 @@ package contains validation functions for various kinds of names in Git.")
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zhl1wlf4zl0ny1mwp7j24gzln63xy2grrh9cvaq5g8152bk4plz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
|
@ -3022,14 +3055,7 @@ package contains validation functions for various kinds of names in Git.")
|
|||
("rust-gix-index" ,rust-gix-index-0.25)
|
||||
("rust-gix-object" ,rust-gix-object-0.37)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis
|
||||
"Gitoxide functions for handling shared Git worktree types and utilities")
|
||||
(description
|
||||
"This package provides functions for handling shared Git worktree related
|
||||
types and utilities. Part of Gitoxide a pure Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-serde" ,rust-serde-1))))))
|
||||
|
||||
(define-public rust-gix-worktree-0.18
|
||||
(package
|
||||
|
|
Reference in New Issue