guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/54: gnu: rust-quick-error-1.2: Update to 1.2.3.


From: guix-commits
Subject: 19/54: gnu: rust-quick-error-1.2: Update to 1.2.3.
Date: Tue, 21 Jan 2020 09:35:24 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b72648d7f5565e7974d47664ed795b3468b5f54e
Author: John Soo <address@hidden>
AuthorDate: Wed Jan 15 20:26:32 2020 -0800

    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 <address@hidden>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8c3c31a..5691d94 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7885,7 +7885,7 @@ in terms of the upstream unstable API.")
 (define-public rust-quick-error-1.2
   (package
     (name "rust-quick-error")
-    (version "1.2.2")
+    (version "1.2.3")
     (source
       (origin
         (method url-fetch)
@@ -7893,7 +7893,7 @@ in terms of the upstream unstable API.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1w6kgwwv7p7zr0yyg5rb315lkk24bimywklwx7fsvsbwi10bjx4j"))))
+          "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/tailhook/quick-error";)
     (synopsis "Macro which makes error types pleasant to write")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]