guix-commits
[Top][All Lists]
Advanced

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

14/31: gnu: rust-dunce-1: Update to 1.0.4.


From: guix-commits
Subject: 14/31: gnu: rust-dunce-1: Update to 1.0.4.
Date: Fri, 4 Aug 2023 11:36:57 -0400 (EDT)

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

commit c347c511c04f057d8d3f22a3e9bccabc5acf11f0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 3 12:04:01 2023 +0300

    gnu: rust-dunce-1: Update to 1.0.4.
    
    * gnu/packages/crates-io.scm (rust-dunce-1): Update to 1.0.4.
    [arguments]: Don't skip build.
    [license]: Update license field.
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8ce13612bd..72d35a49f6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21118,16 +21118,15 @@ Rust.")
 (define-public rust-dunce-1
   (package
     (name "rust-dunce")
-    (version "1.0.1")
+    (version "1.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "dunce" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1d7f7wg83i1by16rxc1fdipi872nvkzjnmzaaggh2h8cgi51qr5j"))))
+        (base32 "0fqcbwfclldbknmawi69l6zyncaiqzxkpbybcb2cc7jmlxnqrkjn"))))
     (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
     (home-page "https://gitlab.com/kornelski/dunce";)
     (synopsis "Normalize Windows paths to the most compatible format")
     (description
@@ -21136,7 +21135,7 @@ whenever possible, but leaves UNC paths as-is when they 
can't be unambiguously
 expressed in a simpler way.  This allows legacy programs to access all paths
 they can possibly access, and doesn't break any paths for UNC-aware
 programs.")
-    (license license:cc0)))
+    (license (list license:cc0 license:expat-0 license:asl2.0))))
 
 (define-public rust-dyn-clone-1
   (package



reply via email to

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