mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-syn-1: Update to 1.0.72.
* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.72.
This commit is contained in:
parent
d649c724ae
commit
1477fdf2b0
1 changed files with 2 additions and 2 deletions
|
@ -42055,14 +42055,14 @@ (define-public rust-syn-test-suite-0
|
|||
(define-public rust-syn-1
|
||||
(package
|
||||
(name "rust-syn")
|
||||
(version "1.0.64")
|
||||
(version "1.0.72")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "syn" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0vsx3448kyym7s5kybrl0qixgya33gzjxaidahya00k1jzlx3n9z"))))
|
||||
(base32 "10mb1cqmq2vpl5v6qjgqqyvhgs9yf9xv9f0dbskababrzfzcvs51"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue