guix-commits
[Top][All Lists]
Advanced

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

06/350: gnu: rust-gix-config-value-0.14: Update to 0.14.9.


From: guix-commits
Subject: 06/350: gnu: rust-gix-config-value-0.14: Update to 0.14.9.
Date: Sun, 15 Dec 2024 02:13:24 -0500 (EST)

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

commit 8f443e39b4233e5799dcb0cbc55f8b4131b7de3d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 2 20:08:18 2024 +0200

    gnu: rust-gix-config-value-0.14: Update to 0.14.9.
    
    * gnu/packages/crates-vcs.scm (rust-gix-config-value-0.14): Update to
    0.14.9.
    
    Change-Id: Ib2d692bf455b39220474b7f9662256ed28bff8af
---
 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 ef1ba57cea..42a31e92b2 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -1966,14 +1966,14 @@ Gitoxide project.  Gitoxide is a pure Rust 
implementation of Git.")
 (define-public rust-gix-config-value-0.14
   (package
     (name "rust-gix-config-value")
-    (version "0.14.8")
+    (version "0.14.9")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "gix-config-value" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "133gpqyrg22c2kxsiv4ncp0rwwyxzkbq63y6xaccbpm0z9ln3xq3"))))
+        (base32 "0q26nzp4rhj90whwvsw8n3k1v6x4bwk3sn3n7awa8py7m7f3zppk"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)



reply via email to

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