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:
parent
908cfe8198
commit
a74dc3e02f
@ -39203,14 +39203,14 @@ or XID_Continue properties according to Unicode Standard Annex #31.")
|
|||||||
(define-public rust-unindent-0.1
|
(define-public rust-unindent-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-unindent")
|
(name "rust-unindent")
|
||||||
(version "0.1.6")
|
(version "0.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "unindent" version))
|
(uri (crate-uri "unindent" version))
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hl9l4w9mhv5qacx7cirm6rarrphw35b5syw2plx13vz884dfhdg"))))
|
(base32 "1is1gmx1l89z426rn3xsi0mii4vhy2imhqmhx8x2pd8mji6y0kpi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/dtolnay/indoc")
|
(home-page "https://github.com/dtolnay/indoc")
|
||||||
(synopsis "Remove a column of leading whitespace from a string")
|
(synopsis "Remove a column of leading whitespace from a string")
|
||||||
|
Loading…
Reference in New Issue
Block a user