me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-01-02 21:12:52 +02:00
parent 191e53eeb9
commit 56b9ed476f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -82700,14 +82700,14 @@ command-line, uniformly on all platforms")
(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.