mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: rust-unindent-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-unindent-0.2): Update to 0.2.3. Change-Id: I44f69554133508420a0c3b50aa62ce56f13c64eb
This commit is contained in:
parent
120b6b8777
commit
373e20a9ba
1 changed files with 2 additions and 2 deletions
|
@ -87359,14 +87359,14 @@ (define-public rust-unicode-xid-0.0
|
|||
(define-public rust-unindent-0.2
|
||||
(package
|
||||
(name "rust-unindent")
|
||||
(version "0.2.1")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unindent" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0kw1yivkklw1f5mpcwakxznwzn6br2g3yvbwg7yfvxqzlmg0z8ss"))))
|
||||
(base32 "1km2iy6fr6gsh2wvr1mxz86pm4wrlh3fjkinb35qfi3mw5rpvpn7"))))
|
||||
(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