mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-refspec-0.23.
* gnu/packages/crates-vcs.scm (rust-gix-refspec-0.23): New variable. Change-Id: Ifdafbc66376f62139a703df22c235d65d7ae0afb
This commit is contained in:
parent
616e6ec362
commit
d86dd1e1db
1 changed files with 20 additions and 0 deletions
|
@ -5107,6 +5107,26 @@ Part of Gitoxide, a project to create a pure Rust Git implementation.")
|
|||
a pure Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-refspec-0.23
|
||||
(package
|
||||
(inherit rust-gix-refspec-0.25)
|
||||
(name "rust-gix-refspec")
|
||||
(version "0.23.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-refspec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0drzc1p43mc8nprxlqm4s86y9b23rsz89dvqghgmsmb25v6zhs38"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||
("rust-gix-revision" ,rust-gix-revision-0.27)
|
||||
("rust-gix-validate" ,rust-gix-validate-0.8)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-refspec-0.21
|
||||
(package
|
||||
(inherit rust-gix-refspec-0.25)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue