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:
Efraim Flashner 2023-12-24 10:10:17 +02:00
parent 120b6b8777
commit 373e20a9ba
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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