guix-patches
[Top][All Lists]
Advanced

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

[bug#74551] [PATCH v2 02/49] gnu: rust-dunce-1: Update to 1.0.5.


From: Jordan Moore
Subject: [bug#74551] [PATCH v2 02/49] gnu: rust-dunce-1: Update to 1.0.5.
Date: Sat, 30 Nov 2024 11:54:37 -0500

* gnu/packages/crates-windows.scm (rust-dunce-1): Update to 1.0.5.

Change-Id: I822fb89d2c069cfc86d0c7678ec6decfc2aff6f7
---
 gnu/packages/crates-windows.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index d89135bcee..60cc28f464 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -299,14 +299,14 @@ (define-public rust-deelevate-0.2
 (define-public rust-dunce-1
   (package
     (name "rust-dunce")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "dunce" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0fqcbwfclldbknmawi69l6zyncaiqzxkpbybcb2cc7jmlxnqrkjn"))))
+        (base32 "04y8wwv3vvcqaqmqzssi6k0ii9gs6fpz96j5w9nky2ccsl23axwj"))))
     (build-system cargo-build-system)
     (home-page "https://gitlab.com/kornelski/dunce";)
     (synopsis "Normalize Windows paths to the most compatible format")
-- 
2.46.0






reply via email to

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