guix-commits
[Top][All Lists]
Advanced

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

113/135: gnu: rust-gix-command-0.3: Update to 0.3.6.


From: guix-commits
Subject: 113/135: gnu: rust-gix-command-0.3: Update to 0.3.6.
Date: Wed, 27 Mar 2024 04:55:05 -0400 (EDT)

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

commit b6a8b23bed42680b0d8c07045b59aa27ae77231e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 27 10:26:20 2024 +0200

    gnu: rust-gix-command-0.3: Update to 0.3.6.
    
    * gnu/packages/crates-vcs.scm (rust-gix-command-0.3): Update to 0.3.6.
    
    Change-Id: I33b159d5b6bf8cf6fdfd829e2042c01b4d285f80
---
 gnu/packages/crates-vcs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index ad5bc01e01..846855f9d7 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -1092,14 +1092,14 @@ commit-graph files.")
 (define-public rust-gix-command-0.3
   (package
     (name "rust-gix-command")
-    (version "0.3.5")
+    (version "0.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "gix-command" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1z1p86ahd1swpvhjv1shzyrvrh4cgp05fdm7vb3ay0nn6a3s3gkz"))))
+        (base32 "0xsbllakppwpn3z5qzyivlqa7q068wry2a7dpr3xxcy41l10j07r"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; use of undeclared crate or module `gix_testtools`



reply via email to

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