mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-winnow-0.5: Update to 0.5.40.
* gnu/packages/crates-io.scm (rust-winnow-0.5): Update to 0.5.40. Change-Id: Ibda2be6b42b2e69fd884156cdb0f435fe0b73d3e
This commit is contained in:
parent
4e42809c39
commit
38890f53ba
1 changed files with 2 additions and 2 deletions
|
@ -86333,14 +86333,14 @@ (define-public rust-winnow-0.5
|
|||
(package
|
||||
(inherit rust-winnow-0.6)
|
||||
(name "rust-winnow")
|
||||
(version "0.5.31")
|
||||
(version "0.5.40")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "winnow" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0734xa05a1x1wg2kcphdhfb39pdcy5qpaf1sjll6qk8kdcp8i94p"))))
|
||||
(base32 "0xk8maai7gyxda673mmw3pj1hdizy5fpi7287vaywykkk19sk4zm"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t ; Cut the dependency graph.
|
||||
#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue