guix-commits
[Top][All Lists]
Advanced

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

73/135: gnu: Add rust-gix-traverse-0.36.


From: guix-commits
Subject: 73/135: gnu: Add rust-gix-traverse-0.36.
Date: Wed, 27 Mar 2024 04:54:58 -0400 (EDT)

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

commit 4440ec610959f49b26f2d40ec335593bea542cdf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 27 10:07:25 2024 +0200

    gnu: Add rust-gix-traverse-0.36.
    
    * gnu/packages/crates-vcs.scm (rust-gix-traverse-0.36): New variable.
    (rust-gix-traverse-0.35): Inherit from rust-gix-traverse-0.36.
    
    Change-Id: Idef44e87a1084877133ef7589843596648e60509
---
 gnu/packages/crates-vcs.scm | 36 +++++++++++++++++++++++++++++-------
 1 file changed, 29 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index cd0f3ece8f..aaebf7f76f 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -4283,8 +4283,36 @@ provides an implementation of the Git transport layer.")
         ("rust-blocking" ,rust-blocking-1)
         ("rust-maybe-async" ,rust-maybe-async-0.2))))))
 
+(define-public rust-gix-traverse-0.36
+  (package
+    (name "rust-gix-traverse")
+    (version "0.36.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "gix-traverse" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0qbiq230wj8ak60zzg613pgflwnvsyj71x9liys0k957bd29w435"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-gix-commitgraph" ,rust-gix-commitgraph-0.23)
+                       ("rust-gix-date" ,rust-gix-date-0.8)
+                       ("rust-gix-hash" ,rust-gix-hash-0.14)
+                       ("rust-gix-hashtable" ,rust-gix-hashtable-0.5)
+                       ("rust-gix-object" ,rust-gix-object-0.40)
+                       ("rust-gix-revwalk" ,rust-gix-revwalk-0.11)
+                       ("rust-smallvec" ,rust-smallvec-1)
+                       ("rust-thiserror" ,rust-thiserror-1))))
+    (home-page "https://github.com/Byron/gitoxide";)
+    (synopsis "Ways to traverse Git commit graphs and trees for Gix")
+    (description "Part of Gitoxide, a pure Rust implementation of Git.  This
+package is used to traverse Git commit graphs and trees.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-gix-traverse-0.35
   (package
+    (inherit rust-gix-traverse-0.36)
     (name "rust-gix-traverse")
     (version "0.35.0")
     (source
@@ -4294,7 +4322,6 @@ provides an implementation of the Git transport layer.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32 "0x04z3xybwkr6wls0rpdr8n3pdhd091bsky8j9jj1812h44148fz"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-gix-commitgraph" ,rust-gix-commitgraph-0.22)
                        ("rust-gix-date" ,rust-gix-date-0.8)
@@ -4303,12 +4330,7 @@ provides an implementation of the Git transport layer.")
                        ("rust-gix-object" ,rust-gix-object-0.39)
                        ("rust-gix-revwalk" ,rust-gix-revwalk-0.10)
                        ("rust-smallvec" ,rust-smallvec-1)
-                       ("rust-thiserror" ,rust-thiserror-1))))
-    (home-page "https://github.com/Byron/gitoxide";)
-    (synopsis "Ways to traverse Git commit graphs and trees for Gix")
-    (description "Part of Gitoxide, a pure Rust implementation of Git.  This
-package is used to traverse Git commit graphs and trees.")
-    (license (list license:expat license:asl2.0))))
+                       ("rust-thiserror" ,rust-thiserror-1))))))
 
 (define-public rust-gix-traverse-0.34
   (package



reply via email to

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