guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: rust-thiserror-1: Update to 1.0.37.


From: guix-commits
Subject: 02/11: gnu: rust-thiserror-1: Update to 1.0.37.
Date: Mon, 28 Nov 2022 03:54:32 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit f7c95ecb6753511968525ff560c327ea989f6f55
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Oct 26 10:59:00 2022 +0200

    gnu: rust-thiserror-1: Update to 1.0.37.
    
    * gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.37.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 06bba66c4b..ade2679dc6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -58062,16 +58062,14 @@ handle Unicode characters correctly.")
 (define-public rust-thiserror-1
   (package
     (name "rust-thiserror")
-    (version "1.0.26")
+    (version "1.0.37")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "thiserror" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "1qmz542pq4wmz3p0s4kavsqv09h0x99klkf3k33ydjy1x97rw4ck"))))
+        (base32 "0gky83x4i87gd87w3fknnp920wvk9yycp7dgkf5h3jg364vb7phh"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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