mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: rust-unindent-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-unindent-0.1): Update to 0.1.6.
This commit is contained in:
parent
42f45a500d
commit
f179fdb3c2
1 changed files with 2 additions and 2 deletions
|
@ -26688,14 +26688,14 @@ (define-public rust-unicode-xid-0.0
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue