mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-refspec@0.27.0.
* gnu/packages/crates-vcs.scm (rust-gix-refspec-0.27): New variable. Change-Id: I5e75c6a8be73e75f89f7db2cd6908c5a10ca88fe
This commit is contained in:
parent
e5c6f686ea
commit
6f29de125b
1 changed files with 28 additions and 0 deletions
|
@ -962,6 +962,34 @@ status'-like functionality.")
|
||||||
handling files specifying the shallow boundary.")
|
handling files specifying the shallow boundary.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-refspec-0.27
|
||||||
|
(package
|
||||||
|
(name "rust-gix-refspec")
|
||||||
|
(version "0.27.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-refspec" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ga1dh6500q88wb0ymd2s2iqraw1j6gjqdgb1bmwfs3qfjxmdh00"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-gix-hash" ,rust-gix-hash-0.15)
|
||||||
|
("rust-gix-revision" ,rust-gix-revision-0.31)
|
||||||
|
("rust-gix-validate" ,rust-gix-validate-0.9)
|
||||||
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
("rust-thiserror" ,rust-thiserror-2))))
|
||||||
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
|
(synopsis
|
||||||
|
"parsing and representing git refspecs")
|
||||||
|
(description
|
||||||
|
"This package provides a crate of the gitoxide project for parsing and
|
||||||
|
representing git refspecs.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-gix-0.66
|
(define-public rust-gix-0.66
|
||||||
(package
|
(package
|
||||||
(name "rust-gix")
|
(name "rust-gix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue