me
/
guix
Archived
1
0
Fork 0

gnu: rust-syn-1: Update to 1.0.64.

* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.64.
master
Efraim Flashner 2021-03-22 11:12:18 +02:00
parent bf3033ef9c
commit dd70fa8108
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -40589,14 +40589,14 @@ browsers.")
(define-public rust-syn-1
(package
(name "rust-syn")
(version "1.0.60")
(version "1.0.64")
(source
(origin
(method url-fetch)
(uri (crate-uri "syn" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1080gw6mlja7yl26crya3k403wjdp7v3wx9mxcmpcnlar9z5j067"))))
(base32 "0vsx3448kyym7s5kybrl0qixgya33gzjxaidahya00k1jzlx3n9z"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t