mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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:
parent
674ec74b56
commit
5fe37f08aa
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue