mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-indoc-2: Update to 2.0.4.
* gnu/packages/crates-io.scm (rust-indoc-2): Update to 2.0.4. Change-Id: I53d377ad03f8434754b92f9812c38a014af02868
This commit is contained in:
parent
1e5393f717
commit
ccf186bc98
1 changed files with 2 additions and 2 deletions
|
@ -38315,14 +38315,14 @@ (define-public rust-indicatif-0.15
|
|||
(define-public rust-indoc-2
|
||||
(package
|
||||
(name "rust-indoc")
|
||||
(version "2.0.2")
|
||||
(version "2.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "indoc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19xv7xcwln384m5m3p93hva9vv3yicjgsa69z1vrhakyq90dw73n"))))
|
||||
(base32 "1n2z66b0y59rr6v4znpcijc2yd3yg6s40hpzv89yb140mvxnq60y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue