guix-commits
[Top][All Lists]
Advanced

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

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


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

abcdw pushed a commit to branch master
in repository guix.

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

    gnu: rust-thiserror-impl-1: Update to 1.0.37.
    
    * gnu/packages/crates-io.scm (rust-thiserror-impl-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 792779a28f..06bba66c4b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -58090,16 +58090,14 @@ handle Unicode characters correctly.")
 (define-public rust-thiserror-impl-1
   (package
     (name "rust-thiserror-impl")
-    (version "1.0.26")
+    (version "1.0.37")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "thiserror-impl" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0ia72qiynlws5avb8f1xqlazp4g6bqgzjbwy5vs6nyg7myh6j386"))))
+        (base32 "1fydmpksd14x1mkc24zas01qjssz8q43sbn2ywl6n527dda1fbcq"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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