[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67024] [PATCH 36/54] gnu: Add rust-gix-refspec-0.18.
From: |
Steve George |
Subject: |
[bug#67024] [PATCH 36/54] gnu: Add rust-gix-refspec-0.18. |
Date: |
Thu, 9 Nov 2023 19:38:33 +0000 |
* gnu/packages/crates-io.scm (rust-gix-refspec-0.18): New variable.
Change-Id: I358c2b562b5cc93840ffa42c29d51c9113495a3e
---
gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++--------
1 file changed, 29 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d73579a1f62..2697a4213f6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31875,8 +31875,36 @@ (define-public rust-gix-ref-0.30
(description "This package provides a crate to handle git references.")
(license (list license:expat license:asl2.0))))
+(define-public rust-gix-refspec-0.18
+ (package
+ (name "rust-gix-refspec")
+ (version "0.18.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "gix-refspec" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "07pniqh74kkm0n727m7wjxgrgwnaypljkhsh8nyw7wvh3rxwp588"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
+ ("rust-gix-hash" ,rust-gix-hash-0.13)
+ ("rust-gix-revision" ,rust-gix-revision-0.22)
+ ("rust-gix-validate" ,rust-gix-validate-0.8)
+ ("rust-smallvec" ,rust-smallvec-1)
+ ("rust-thiserror" ,rust-thiserror-1))))
+ (home-page "https://github.com/Byron/gitoxide")
+ (synopsis
+ "This package provides parsing and representing refspecs to Gitoxide")
+ (description
+ "This package parses and represents Git refspecs. It's part of Gitoxide
+a pure Rust implementation of Git.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-gix-refspec-0.11
(package
+ (inherit rust-gix-refspec-0.18)
(name "rust-gix-refspec")
(version "0.11.0")
(source
@@ -31886,7 +31914,6 @@ (define-public rust-gix-refspec-0.11
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1x0cayswa8m0yiybi8g3jimpc6jggfvrw6y53snxhvf8mciddgvj"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bstr" ,rust-bstr-1)
@@ -31894,13 +31921,7 @@ (define-public rust-gix-refspec-0.11
("rust-gix-revision" ,rust-gix-revision-0.15)
("rust-gix-validate" ,rust-gix-validate-0.7)
("rust-smallvec" ,rust-smallvec-1)
- ("rust-thiserror" ,rust-thiserror-1))))
- (home-page "https://github.com/Byron/gitoxide")
- (synopsis "Parsing and representing refspecs")
- (description
- "This package provides a crate of the gitoxide project for parsing and
-representing refspecs.")
- (license (list license:expat license:asl2.0))))
+ ("rust-thiserror" ,rust-thiserror-1))))))
(define-public rust-gix-revision-0.22
(package
--
2.41.0
- [bug#67024] [PATCH 42/54] gnu: Add rust-gix-negotiate-0.8., (continued)
- [bug#67024] [PATCH 42/54] gnu: Add rust-gix-negotiate-0.8., Steve George, 2023/11/09
- [bug#67024] [PATCH 50/54] gnu: Add rust-gix-0.54., Steve George, 2023/11/09
- [bug#67024] [PATCH 54/54] gnu: Add stgit-2., Steve George, 2023/11/09
- [bug#67024] [PATCH 23/54] gnu: Add rust-gix-worktree-0.26., Steve George, 2023/11/09
- [bug#67024] [PATCH 35/54] gnu: Add rust-gix-revision-0.22., Steve George, 2023/11/09
- [bug#67024] [PATCH 34/54] gnu: Add rust-gix-status-0.1., Steve George, 2023/11/09
- [bug#67024] [PATCH 27/54] gnu: Add rust-gix-url-0.24, Steve George, 2023/11/09
- [bug#67024] [PATCH 39/54] gnu: Add rust-gix-diff-0.36., Steve George, 2023/11/09
- [bug#67024] [PATCH 47/54] gnu: rust-zip-0.6: Update to 0.6.6., Steve George, 2023/11/09
- [bug#67024] [PATCH 41/54] gnu: Add rust-gix-odb-0.53., Steve George, 2023/11/09
- [bug#67024] [PATCH 36/54] gnu: Add rust-gix-refspec-0.18.,
Steve George <=
- [bug#67024] [PATCH 43/54] gnu: Add rust-gix-mailmap-0.19., Steve George, 2023/11/09
- bug#67024: [PATCH 00/54] Series to add StackedGit 2.4, Efraim Flashner, 2023/11/28