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
|
(define-public rust-error-code-3
|
||||||
(package
|
(package
|
||||||
(name "rust-error-code")
|
(name "rust-error-code")
|
||||||
(version "3.2.0")
|
(version "3.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "error-code" version))
|
(uri (crate-uri "error-code" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nqpbhi501z3ydaxg4kjyb68xcw025cj22prwabiky0xsljl8ix0"))))
|
(base32 "0bx9hw3pahzqym8jvb0ln4qsabnysgn98mikyh2afhk9rif31nd5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/DoumanAsh/error-code")
|
(home-page "https://github.com/DoumanAsh/error-code")
|
||||||
(synopsis "Alternative @code{Error} for Rust")
|
(synopsis "Alternative @code{Error} for Rust")
|
||||||
|
|
Loading…
Reference in a new issue