mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-error-code-3: Update to 3.3.1.
* gnu/packages/crates-io.scm (rust-error-code-3): Update to 3.3.1. Change-Id: Ifd36ba62d49e19f5b8702f2bbc8dcd39ce2a6608
This commit is contained in:
parent
5a66e4b2fb
commit
8623996eeb
1 changed files with 2 additions and 2 deletions
|
@ -26442,14 +26442,14 @@ (define-public rust-error-chain-0.10
|
|||
(define-public rust-error-code-3
|
||||
(package
|
||||
(name "rust-error-code")
|
||||
(version "3.2.0")
|
||||
(version "3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "error-code" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0nqpbhi501z3ydaxg4kjyb68xcw025cj22prwabiky0xsljl8ix0"))))
|
||||
(base32 "0bx9hw3pahzqym8jvb0ln4qsabnysgn98mikyh2afhk9rif31nd5"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/DoumanAsh/error-code")
|
||||
(synopsis "Alternative @code{Error} for Rust")
|
||||
|
|
Loading…
Reference in a new issue