guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

323/422: gnu: Add rust-gix-ref-0.47.


From: guix-commits
Subject: 323/422: gnu: Add rust-gix-ref-0.47.
Date: Wed, 6 Nov 2024 04:02:54 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 3247061cf3b9200ed47020b1151ac9c84323c436
Author: Steve George <steve@futurile.net>
AuthorDate: Wed Oct 2 20:58:12 2024 +0100

    gnu: Add rust-gix-ref-0.47.
    
    * gnu/packages/crates-vcs.scm (rust-gix-ref-0.47): New variable.
    (rust-gix-ref-0.40): Inherit from rust-gix-ref-0.47.
    
    Change-Id: Ic29c491ece5ec5aab2123aca1e74b86b89ba93ab
---
 gnu/packages/crates-vcs.scm | 45 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 38 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index 3c273a5f8a..363916f3ce 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -4391,8 +4391,45 @@ Rust implementation of Git.")
 quotations used by git.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-gix-ref-0.47
+  (package
+    (name "rust-gix-ref")
+    (version "0.47.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "gix-ref" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1r8i8fj7xgmp88qk1w7xc2gs7l8sb8y0azx5algskaprxc3883df"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:tests? #f ;use of undeclared crate gix_testtools
+       #:cargo-inputs
+       (("rust-document-features" ,rust-document-features-0.2)
+        ("rust-gix-actor" ,rust-gix-actor-0.32)
+        ("rust-gix-features" ,rust-gix-features-0.38)
+        ("rust-gix-fs" ,rust-gix-fs-0.11)
+        ("rust-gix-hash" ,rust-gix-hash-0.14)
+        ("rust-gix-lock" ,rust-gix-lock-14)
+        ("rust-gix-object" ,rust-gix-object-0.44)
+        ("rust-gix-path" ,rust-gix-path-0.10)
+        ("rust-gix-tempfile" ,rust-gix-tempfile-14)
+        ("rust-gix-utils" ,rust-gix-utils-0.1)
+        ("rust-gix-validate" ,rust-gix-validate-0.9)
+        ("rust-memmap2" ,rust-memmap2-0.9)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-thiserror" ,rust-thiserror-1)
+        ("rust-winnow" ,rust-winnow-0.6))))
+    (home-page "https://github.com/Byron/gitoxide";)
+    (synopsis "Part of Gitoxide, this crate handles Git references")
+    (description "This package provides a crate to handle git references.
+Part of Gitoxide, a project to create a pure Rust Git implementation.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-gix-ref-0.40
   (package
+    (inherit rust-gix-ref-0.47)
     (name "rust-gix-ref")
     (version "0.40.1")
     (source
@@ -4402,7 +4439,6 @@ quotations used by git.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32 "0j96yj1j6mr06qspgxjdssssbf7dzj2bxz5224sqz3b3hhcvvnb4"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; undeclared crate gix_testtools
        #:cargo-inputs (("rust-document-features" ,rust-document-features-0.2)
@@ -4419,12 +4455,7 @@ quotations used by git.")
                        ("rust-memmap2" ,rust-memmap2-0.9)
                        ("rust-serde" ,rust-serde-1)
                        ("rust-thiserror" ,rust-thiserror-1)
-                       ("rust-winnow" ,rust-winnow-0.5))))
-    (home-page "https://github.com/Byron/gitoxide";)
-    (synopsis "Part of Gitoxide, this crate handles Git references")
-    (description "This package provides a crate to handle git references.
-Part of Gitoxide, a project to create a pure Rust Git implementation.")
-    (license (list license:expat license:asl2.0))))
+                       ("rust-winnow" ,rust-winnow-0.5))))))
 
 (define-public rust-gix-ref-0.39
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]