mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add rust-gix-lock-14.
* gnu/packages/crates-vcs.scm (rust-gix-lock-14): New variable. (rust-gix-lock-12): Inherit from rust-gix-lock-14. Change-Id: Ib981db309826bf8be6f72c6f6de86aa4aba5059e
This commit is contained in:
parent
d0f77cc2b5
commit
01ffeda79b
1 changed files with 25 additions and 7 deletions
|
@ -3066,8 +3066,32 @@ crate implements the Git index file.")
|
||||||
("rust-smallvec" ,rust-smallvec-1)
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))))))
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
|
|
||||||
|
(define-public rust-gix-lock-14
|
||||||
|
(package
|
||||||
|
(name "rust-gix-lock")
|
||||||
|
(version "14.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-lock" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "17g1sknpvjqaq2s29c693mbmkp8sign0174qfi3n3x7ijzi7zg73"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-gix-tempfile" ,rust-gix-tempfile-14)
|
||||||
|
("rust-gix-utils" ,rust-gix-utils-0.1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))
|
||||||
|
#:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3))))
|
||||||
|
(home-page "https://github.com/Byron/gitoxide")
|
||||||
|
(synopsis "Git style lock files implementation in Rust")
|
||||||
|
(description "Part of Gitoxide, a pure rust implementation of Git. This
|
||||||
|
package provides git style lock files.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-lock-12
|
(define-public rust-gix-lock-12
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-gix-lock-14)
|
||||||
(name "rust-gix-lock")
|
(name "rust-gix-lock")
|
||||||
(version "12.0.1")
|
(version "12.0.1")
|
||||||
(source
|
(source
|
||||||
|
@ -3077,17 +3101,11 @@ crate implements the Git index file.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "001bh0yx1xnkhnbkfj3p3v649sp5hypm4pgq9jsk1qpijy9l62pl"))))
|
(base32 "001bh0yx1xnkhnbkfj3p3v649sp5hypm4pgq9jsk1qpijy9l62pl"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-gix-tempfile" ,rust-gix-tempfile-12)
|
`(#:cargo-inputs (("rust-gix-tempfile" ,rust-gix-tempfile-12)
|
||||||
("rust-gix-utils" ,rust-gix-utils-0.1)
|
("rust-gix-utils" ,rust-gix-utils-0.1)
|
||||||
("rust-thiserror" ,rust-thiserror-1))
|
("rust-thiserror" ,rust-thiserror-1))
|
||||||
#:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3))))
|
#:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
|
||||||
(synopsis "Git style lock files implemented in Rust")
|
|
||||||
(description "Part of Gitoxide, a pure rust implementation of Git. This
|
|
||||||
package provides git style lock files.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-gix-lock-11
|
(define-public rust-gix-lock-11
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue