mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: Add rust-gix-submodule-0.11.
* gnu/packages/crates-vcs.scm (rust-gix-submodule-0.11): New variable. Change-Id: I66858b69b054c80637b6d6ea1008bb289ab82653 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
270c6ed6ef
commit
92ad53e72b
1 changed files with 22 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
|
||||
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
||||
;;; Copyright © 2023 Steve George <steve@futurile.net>
|
||||
;;; Copyright © 2024 Murilo <murilo@disroot.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -6329,6 +6330,27 @@ implementation of Git.")
|
|||
("rust-gix-url" ,rust-gix-url-0.27)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-submodule-0.11
|
||||
(package
|
||||
(inherit rust-gix-submodule-0.14)
|
||||
(name "rust-gix-submodule")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-submodule" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1b304hkx2r2b619n3lksvj08fkd7pdxzpr923dhvc55c4jcx874j"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-config" ,rust-gix-config-0.37)
|
||||
("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
|
||||
(package
|
||||
(inherit rust-gix-submodule-0.14)
|
||||
|
|
Loading…
Add table
Reference in a new issue