guix-commits
[Top][All Lists]
Advanced

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

38/134: gnu: rust-standback-0.2: Update to 0.2.17.


From: guix-commits
Subject: 38/134: gnu: rust-standback-0.2: Update to 0.2.17.
Date: Sat, 22 Jan 2022 07:38:37 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 5c761ec43a80d1c88f8756391edac156d7e156f0
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:20:02 2022 +0000

    gnu: rust-standback-0.2: Update to 0.2.17.
    
    * gnu/packages/crates-io.scm (rust-standback-0.2): Update to 0.2.17.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 b308939c97..06ccddfcfa 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53985,7 +53985,7 @@ deeply recursive algorithms that may accidentally blow 
the stack.")
 (define-public rust-standback-0.2
   (package
     (name "rust-standback")
-    (version "0.2.10")
+    (version "0.2.17")
     (source
      (origin
        (method url-fetch)
@@ -53993,7 +53993,7 @@ deeply recursive algorithms that may accidentally blow 
the stack.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1rnqv9dbq9c4nz7097v0f1d04fjwwsvvyy8rmz8lg1szxahix9rk"))))
+         "1zr8zy3kzryaggz3k0j4135m3zbd31pyqmja8cyj8yp07mpzn4z1"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

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