~ruther/guix-local

8cfc86160bd31b0ff4ac9987a24ea3728e18fd0d — Efraim Flashner 1 year, 4 months ago 7eb31e1
gnu: rust-dunce-1: Update to 1.0.5.

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

Change-Id: I063a367d0f3449ad80045bd72608eaef5a849ede
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/crates-windows.scm
M gnu/packages/crates-windows.scm => gnu/packages/crates-windows.scm +2 -2
@@ 271,14 271,14 @@ Windows Credential Manager.")
(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")