mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: rust-anstream-0.6: Update to 0.6.13.
* gnu/packages/crates-io.scm (rust-anstream-0.6): Update to 0.6.13. Change-Id: I460f6638e5d89f6458aa9125296964e4dfa2d863
This commit is contained in:
parent
79c89b82f2
commit
50caa55ff8
1 changed files with 2 additions and 2 deletions
|
@ -1587,14 +1587,14 @@ (define-public rust-ansi-parser-0.6
|
|||
(define-public rust-anstream-0.6
|
||||
(package
|
||||
(name "rust-anstream")
|
||||
(version "0.6.11")
|
||||
(version "0.6.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anstream" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19dndamalavhjwp4i74k8hdijcixb7gsfa6ycwyc1r8xn6y1wbkf"))))
|
||||
(base32 "1yv2idkyf9mp9xwc684v0ywqiy86lwc9gvllwdishl7y6czx0syr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue