me
/
guix
Archived
1
0
Fork 0

gnu: rust-indoc: Update to 1.0.7.

* gnu/packages/crates-io.scm (rust-indoc-1): Update to 1.0.7.
master
Marius Bakke 2022-08-18 16:16:06 +02:00
parent c51cd144d7
commit 1a38540d8d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -28835,14 +28835,14 @@ Rust.")
(define-public rust-indoc-1
(package
(name "rust-indoc")
(version "1.0.3")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "indoc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0diih20xsxjb159nr0dq6jxnyhq7gg10dlsnh2siikphmvm5m9z5"))))
(base32 "1qs42cn8rj7kdpmp1dlkzhv62rfmbx3ffwvsfw67zyq86jm1xaxd"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #true