gnu: rust-unindent-0.1: Update to 0.1.7.

* gnu/packages/crates-io.scm (rust-unindent-0.1): Update to 0.1.7.
This commit is contained in:
Nicolas Goaziou 2021-01-24 00:25:15 +01:00
parent 908cfe8198
commit a74dc3e02f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39203,14 +39203,14 @@ (define-public rust-unicode-xid-0.0
(define-public rust-unindent-0.1
(package
(name "rust-unindent")
(version "0.1.6")
(version "0.1.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "unindent" version))
(file-name (string-append name "-" version ".crate"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hl9l4w9mhv5qacx7cirm6rarrphw35b5syw2plx13vz884dfhdg"))))
(base32 "1is1gmx1l89z426rn3xsi0mii4vhy2imhqmhx8x2pd8mji6y0kpi"))))
(build-system cargo-build-system)
(home-page "https://github.com/dtolnay/indoc")
(synopsis "Remove a column of leading whitespace from a string")