guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: rust-anyhow-1: Update to 1.0.37.


From: guix-commits
Subject: 01/06: gnu: rust-anyhow-1: Update to 1.0.37.
Date: Sun, 3 Jan 2021 14:02:56 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f186bfb9cb9f26ece397dc046ad86a5d2be4fa90
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 3 20:50:44 2021 +0200

    gnu: rust-anyhow-1: Update to 1.0.37.
    
    * gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.37.
---
 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 628246e..c0c588f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -703,7 +703,7 @@ escape codes.")
 (define-public rust-anyhow-1.0
   (package
     (name "rust-anyhow")
-    (version "1.0.34")
+    (version "1.0.37")
     (source
      (origin
        (method url-fetch)
@@ -712,7 +712,7 @@ escape codes.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1mwz0vg77yqz3w616bl890xihh7dsixwgn27nr9qd8ms9ddwp3dz"))))
+         "11kaqp25lchr2ckyc46zm6blzndnw0w2w8qv0sp8z4xcxqgw2rzf"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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