mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: rust-quote-1: Update to 1.0.35.
* gnu/packages/crates-io.scm (rust-quote-1): Update to 1.0.35. Change-Id: I71de74d1af1b2185988d589bd314a577bdb1b688
This commit is contained in:
parent
79107cc710
commit
9ac4e6726a
1 changed files with 2 additions and 2 deletions
|
@ -54803,14 +54803,14 @@ transport protocol in Rust.")
|
|||
(define-public rust-quote-1
|
||||
(package
|
||||
(name "rust-quote")
|
||||
(version "1.0.33")
|
||||
(version "1.0.35")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "quote" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1biw54hbbr12wdwjac55z1m2x2rylciw83qnjn564a3096jgqrsj"))))
|
||||
"1vv8r2ncaz4pqdr78x7f138ka595sp2ncr1sa2plm4zxbsmwj7i9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue