gnu: rust-error-code-2: Update to 2.3.0.

* gnu/packages/crates-io.scm (rust-error-code-2): Update to 2.3.0.
This commit is contained in:
Nicolas Goaziou 2021-06-15 12:27:59 +02:00
parent 5eb5fe9aeb
commit 7f5b10e8d8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14753,14 +14753,14 @@ (define-public rust-error-chain-0.10
(define-public rust-error-code-2
(package
(name "rust-error-code")
(version "2.0.2")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "error-code" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0lmblmk2kr0cy6x3d1y2ywxg3jg6nicf8fahd3l5wb1ddzv9975l"))))
(base32 "1zxi3pfrmj7hmv2bv94ax8vpylsfs49vwwp48c04wrr5mikma4dm"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t