me
/
guix
Archived
1
0
Fork 0

gnu: rust-indoc-2: Update to 2.0.2.

* gnu/packages/crates-io.scm (rust-indoc-2): Update to 2.0.2.
Efraim Flashner 2023-07-13 12:30:46 +03:00
parent c5aa46102b
commit c0628a3ed2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -30866,14 +30866,14 @@ Rust.")
(define-public rust-indoc-2
(package
(name "rust-indoc")
(version "2.0.1")
(version "2.0.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "indoc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "142nzc474x1xgdzk057yv1yfrgxsk5a9zybbcwwrzp5ih65v8b4z"))))
(base32 "19xv7xcwln384m5m3p93hva9vv3yicjgsa69z1vrhakyq90dw73n"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs