gnu: rust-prettyplease-0.1: Update to 0.1.25.

* gnu/packages/crates-io.scm (rust-prettyplease-0.1): Update to 0.1.25.

Change-Id: I41b0decc807e018ccbcf1647ce2fa02d9fb72795
This commit is contained in:
Efraim Flashner 2024-11-10 14:08:51 +02:00
parent 674ec74b56
commit 5fe37f08aa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -57827,13 +57827,13 @@ (define-public rust-prettyplease-0.1
(package
(inherit rust-prettyplease-0.2)
(name "rust-prettyplease")
(version "0.1.23")
(version "0.1.25")
(source (origin
(method url-fetch)
(uri (crate-uri "prettyplease" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0y2wbmflbkgp13ywd7qyq7hyi59x5zazmljnw8gg09wnfwak4zp9"))))
(base32 "11lskniv8pf8y8bn4dc3nmjapfhnibxbm5gamp2ad9qna3lld1kc"))))
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)