me
/
guix
Archived
1
0
Fork 0

gnu: rust-syn: Update to 1.0.105.

* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.105.
master
Marius Bakke 2022-12-04 00:04:53 +01:00
parent c02c1e6b47
commit dbc8ba8bfc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -56963,7 +56963,7 @@ interface")
(define-public rust-syn-1
(package
(name "rust-syn")
(version "1.0.99")
(version "1.0.105")
(source
(origin
(method url-fetch)
@ -56971,7 +56971,7 @@ interface")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"04xba78p559nl737llv7nqcwm723dp6ah5bbp0h5w1amqrpfznsq"))))
"0279ivl07g0y5fs5bwmglhkdvi99ypcm36yb774f8bbh8lyv9fb0"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t