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

gnu: Add rust-gix-lock@16.0.0.

* gnu/packages/crates-vcs.scm (rust-gix-lock-16): New variable.

Change-Id: Ia387cde9679951d5999675ec93201c7974efb2bf
This commit is contained in:
Danny Milosavljevic 2025-05-19 20:51:29 +02:00
parent 4ecbe0263a
commit 7d60f58340
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -5786,6 +5786,28 @@ crate implements the Git index file.")
("rust-smallvec" ,rust-smallvec-1)
("rust-thiserror" ,rust-thiserror-1))))))
(define-public rust-gix-lock-16
(package
(name "rust-gix-lock")
(version "16.0.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-lock" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hn696w506zwqfl9pjhijaqkshzr5lb4v0j1hjb40sgzf1982fcp"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-gix-tempfile" ,rust-gix-tempfile-16)
("rust-gix-utils" ,rust-gix-utils-0.1)
("rust-thiserror" ,rust-thiserror-2))))
(home-page "https://github.com/GitoxideLabs/gitoxide")
(synopsis "git-style lock-file implementation")
(description "This package provides a git-style lock-file implementation.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-lock-14
(package
(name "rust-gix-lock")