mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-gix-submodule-0.12.
* gnu/packages/crates-vcs.scm (rust-gix-submodule-0.12): New variable. Change-Id: I40b1e602dea1496dfa065b710cf11b2aab1a43fc
This commit is contained in:
parent
4acad6659d
commit
37711f69bf
1 changed files with 21 additions and 0 deletions
|
@ -5718,6 +5718,27 @@ Gitoxide is a pure Rust implementation of Git.")
|
||||||
implementation of Git.")
|
implementation of Git.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-gix-submodule-0.12
|
||||||
|
(package
|
||||||
|
(inherit rust-gix-submodule-0.14)
|
||||||
|
(name "rust-gix-submodule")
|
||||||
|
(version "0.12.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "gix-submodule" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1zalx2cc2b2sj8kqncbkbpnj1np9lxr09j4yscwmx000m9lhybhg"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
("rust-gix-config" ,rust-gix-config-0.38)
|
||||||
|
("rust-gix-path" ,rust-gix-path-0.10)
|
||||||
|
("rust-gix-pathspec" ,rust-gix-pathspec-0.7)
|
||||||
|
("rust-gix-refspec" ,rust-gix-refspec-0.23)
|
||||||
|
("rust-gix-url" ,rust-gix-url-0.27)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))))
|
||||||
|
|
||||||
(define-public rust-gix-submodule-0.7
|
(define-public rust-gix-submodule-0.7
|
||||||
(package
|
(package
|
||||||
(inherit rust-gix-submodule-0.14)
|
(inherit rust-gix-submodule-0.14)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue