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 committed by Maxim Cournoyer
parent 3e024b461a
commit 779cea2345
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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