me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-unindent-0.1): Update to 0.1.6.
master
Efraim Flashner 2020-07-09 14:40:40 +03:00
parent 42f45a500d
commit f179fdb3c2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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")