mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: rust-winnow-0.5: Update to 0.5.31.
* gnu/packages/crates-io.scm (rust-winnow-0.5): Update to 0.5.31. Change-Id: I3e89ef23f871da7a86a70bd265f85f2ae74bf02f
This commit is contained in:
parent
191e53eeb9
commit
56b9ed476f
1 changed files with 2 additions and 2 deletions
|
@ -82700,14 +82700,14 @@ (define-public rust-wild-2
|
|||
(define-public rust-winnow-0.5
|
||||
(package
|
||||
(name "rust-winnow")
|
||||
(version "0.5.17")
|
||||
(version "0.5.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "winnow" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0p7n0rp982pjpscq6dnvbalz6lm45lb60zr0rivn8wm6w3803f53"))))
|
||||
(base32 "0734xa05a1x1wg2kcphdhfb39pdcy5qpaf1sjll6qk8kdcp8i94p"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t ; Cut the dependency graph.
|
||||
|
|
Loading…
Reference in a new issue