mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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.
This commit is contained in:
parent
4845e65ea3
commit
70a7011ed1
1 changed files with 3 additions and 4 deletions
|
@ -21118,16 +21118,15 @@ (define-public rust-duct-0.8
|
||||||
(define-public rust-dunce-1
|
(define-public rust-dunce-1
|
||||||
(package
|
(package
|
||||||
(name "rust-dunce")
|
(name "rust-dunce")
|
||||||
(version "1.0.1")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "dunce" version))
|
(uri (crate-uri "dunce" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1d7f7wg83i1by16rxc1fdipi872nvkzjnmzaaggh2h8cgi51qr5j"))))
|
(base32 "0fqcbwfclldbknmawi69l6zyncaiqzxkpbybcb2cc7jmlxnqrkjn"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page "https://gitlab.com/kornelski/dunce")
|
(home-page "https://gitlab.com/kornelski/dunce")
|
||||||
(synopsis "Normalize Windows paths to the most compatible format")
|
(synopsis "Normalize Windows paths to the most compatible format")
|
||||||
(description
|
(description
|
||||||
|
@ -21136,7 +21135,7 @@ (define-public rust-dunce-1
|
||||||
expressed in a simpler way. This allows legacy programs to access all paths
|
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
|
they can possibly access, and doesn't break any paths for UNC-aware
|
||||||
programs.")
|
programs.")
|
||||||
(license license:cc0)))
|
(license (list license:cc0 license:expat-0 license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-dyn-clone-1
|
(define-public rust-dyn-clone-1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue