gnu: rust-syn-2: Update to 2.0.25.
* gnu/packages/crates-io.scm (rust-syn-2): Update to 2.0.25.
parent
ad9ddca0a9
commit
6bf90825d1
|
@ -63535,14 +63535,14 @@ interface")
|
||||||
(define-public rust-syn-2
|
(define-public rust-syn-2
|
||||||
(package
|
(package
|
||||||
(name "rust-syn")
|
(name "rust-syn")
|
||||||
(version "2.0.15")
|
(version "2.0.25")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "syn" version))
|
(uri (crate-uri "syn" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08n8c235bj7f86a5jg561s5zjfijdn8jw6ih2im7xxb0iczcykx3"))))
|
"1qjswb3cifay6x9l0qjpm9c42ikacpxybr9ny4npw9kl1j6grqqm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests fail to compile
|
;; Tests fail to compile
|
||||||
|
|
Reference in New Issue