mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
5eb5fe9aeb
commit
7f5b10e8d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue