guix-commits
[Top][All Lists]
Advanced

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

08/409: gnu: rust-gix-path-0.10: Update to 0.10.12.


From: guix-commits
Subject: 08/409: gnu: rust-gix-path-0.10: Update to 0.10.12.
Date: Thu, 19 Dec 2024 02:21:28 -0500 (EST)

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

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

    gnu: rust-gix-path-0.10: Update to 0.10.12.
    
    * gnu/packages/crates-vcs.scm (rust-gix-path-0.10): Update to 0.10.12.
    
    Change-Id: Ib2b61296789f537e07b5e61ebeb49d7480ea0ec1
---
 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 7bf530ab36..bf0abe522a 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -4913,14 +4913,14 @@ feature pre-selected.")
 (define-public rust-gix-path-0.10
   (package
     (name "rust-gix-path")
-    (version "0.10.11")
+    (version "0.10.12")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "gix-path" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1by7zbdccrqpb824164hyqs7lyz3axp8jihjkyydraw8s3mlzz7b"))))
+        (base32 "0m75pki8sa7hl3qlz8pdis5l4ck8s656bwkxxf8iwsxmzna5lkn0"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f ;undeclared crate gix_testtools



reply via email to

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