guix-commits
[Top][All Lists]
Advanced

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

102/113: gnu: rust-gix-path-0.10: Update to 0.10.4.


From: guix-commits
Subject: 102/113: gnu: rust-gix-path-0.10: Update to 0.10.4.
Date: Mon, 22 Jan 2024 04:30:45 -0500 (EST)

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

commit 46c143194fb6bf0be83f6e02bded0436a48866f4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 10:59:22 2024 +0200

    gnu: rust-gix-path-0.10: Update to 0.10.4.
    
    * gnu/packages/crates-vcs.scm (rust-gix-path-0.10): Update to 0.10.4.
    
    Change-Id: Ic7fd9ce27608bbb780e7d499197932fd7ef614e0
---
 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 a18c06f849..43894a00d9 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -2630,14 +2630,14 @@ duplicate of @code{gix-packetline} with the 
@code{blocking-io} feature pre-selec
 (define-public rust-gix-path-0.10
   (package
     (name "rust-gix-path")
-    (version "0.10.3")
+    (version "0.10.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "gix-path" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1dlz2y6z4v1l4ccw87dxbqc59zj2smc7w9m21ka36pr4mfc0kpdq"))))
+        (base32 "0h1fkwz2ll7ahyd3sy127w3bkcv4lncl1ml37z6bxldf44k2i9hl"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)



reply via email to

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