me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -87359,14 +87359,14 @@ to Unicode Standard Annex #31.")
(define-public rust-unindent-0.2 (define-public rust-unindent-0.2
(package (package
(name "rust-unindent") (name "rust-unindent")
(version "0.2.1") (version "0.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "unindent" version)) (uri (crate-uri "unindent" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0kw1yivkklw1f5mpcwakxznwzn6br2g3yvbwg7yfvxqzlmg0z8ss")))) (base32 "1km2iy6fr6gsh2wvr1mxz86pm4wrlh3fjkinb35qfi3mw5rpvpn7"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/dtolnay/indoc") (home-page "https://github.com/dtolnay/indoc")
(synopsis "Remove a column of leading whitespace from a string") (synopsis "Remove a column of leading whitespace from a string")