me
/
guix
Archived
1
0
Fork 0

gnu: rust-quick-error-1.2: Update to 1.2.3.

* gnu/packages/crates-io.scm (rust-quick-error-1.2): Update to 1.2.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2020-01-15 20:26:32 -08:00 committed by Efraim Flashner
parent 922b65d05e
commit b72648d7f5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -7885,7 +7885,7 @@ in terms of the upstream unstable API.")
(define-public rust-quick-error-1.2 (define-public rust-quick-error-1.2
(package (package
(name "rust-quick-error") (name "rust-quick-error")
(version "1.2.2") (version "1.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7893,7 +7893,7 @@ in terms of the upstream unstable API.")
(file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
(sha256 (sha256
(base32 (base32
"1w6kgwwv7p7zr0yyg5rb315lkk24bimywklwx7fsvsbwi10bjx4j")))) "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/tailhook/quick-error") (home-page "https://github.com/tailhook/quick-error")
(synopsis "Macro which makes error types pleasant to write") (synopsis "Macro which makes error types pleasant to write")