gnu: rust-thiserror-impl-1: Update to 1.0.37.
* gnu/packages/crates-io.scm (rust-thiserror-impl-1): Update to 1.0.37. Signed-off-by: Andrew Tropin <andrew@trop.in>
parent
e6bffa99b1
commit
51cf11739d
|
@ -58090,16 +58090,14 @@ handle Unicode characters correctly.")
|
||||||
(define-public rust-thiserror-impl-1
|
(define-public rust-thiserror-impl-1
|
||||||
(package
|
(package
|
||||||
(name "rust-thiserror-impl")
|
(name "rust-thiserror-impl")
|
||||||
(version "1.0.26")
|
(version "1.0.37")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "thiserror-impl" version))
|
(uri (crate-uri "thiserror-impl" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1fydmpksd14x1mkc24zas01qjssz8q43sbn2ywl6n527dda1fbcq"))))
|
||||||
"0ia72qiynlws5avb8f1xqlazp4g6bqgzjbwy5vs6nyg7myh6j386"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in New Issue