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:
Efraim Flashner 2024-12-22 16:47:00 +02:00
parent 5a66e4b2fb
commit 8623996eeb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")