efraim pushed a commit to branch master
in repository guix.
commit f179fdb3c260a4b414fb0ecda76fc0e0a8d8b5bc
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jul 9 14:40:40 2020 +0300
gnu: rust-unindent-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-unindent-0.1): Update to 0.1.6.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 453ba0b..a5b1070 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")