diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-07-09 14:40:40 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-09 17:00:24 +0300 |
commit | f179fdb3c260a4b414fb0ecda76fc0e0a8d8b5bc (patch) | |
tree | 9f3456770a0cdbc089c319b536f88f0eb5fa805b /gnu/packages | |
parent | 42f45a500d9841a1e83a4a238a4eed8dd1912479 (diff) | |
download | guix-f179fdb3c260a4b414fb0ecda76fc0e0a8d8b5bc.tar.gz guix-f179fdb3c260a4b414fb0ecda76fc0e0a8d8b5bc.zip |
gnu: rust-unindent-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-unindent-0.1): Update to 0.1.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 453ba0b9a0..a5b1070cae 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -26688,14 +26688,14 @@ or XID_Continue properties according to Unicode Standard Annex #31.") (define-public rust-unindent-0.1 (package (name "rust-unindent") - (version "0.1.5") + (version "0.1.6") (source (origin (method url-fetch) (uri (crate-uri "unindent" version)) (file-name (string-append name "-" version ".crate")) (sha256 - (base32 "14s97blyqgf9hzxk22iazrghj60midajkw2801dfspz3n2iqmwb3")))) + (base32 "0hl9l4w9mhv5qacx7cirm6rarrphw35b5syw2plx13vz884dfhdg")))) (build-system cargo-build-system) (home-page "https://github.com/dtolnay/indoc") (synopsis "Remove a column of leading whitespace from a string") |