guix-commits
[Top][All Lists]
Advanced

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

42/46: gnu: rust-az: Update to 1.2.0.


From: guix-commits
Subject: 42/46: gnu: rust-az: Update to 1.2.0.
Date: Thu, 27 Jan 2022 19:12:54 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7b1337fcc3ce5f7019d3f3259716071f595aa46d
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Thu Jan 20 21:33:35 2022 +0100

    gnu: rust-az: Update to 1.2.0.
    
    * gnu/packages/crates-io.scm (rust-az): Update to 1.2.0.
    
    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 4c3ea3fdfc..cdedba9d2a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5462,7 +5462,7 @@ built on the Actix ecosystem.")
 (define-public rust-az-1
   (package
     (name "rust-az")
-    (version "1.0.0")
+    (version "1.2.0")
     (source
       (origin
         (method url-fetch)
@@ -5471,7 +5471,7 @@ built on the Actix ecosystem.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0sb51w9pjcqb315dg6zv9wwqj1q2fldcc3xmfv0bhkmajiyx9g79"))))
+          "1i2s9bqar8hfxjmfr2cbhi4s26s2sd1kc3x3g517ygshyp8sawgp"))))
     (build-system cargo-build-system)
     (home-page "https://gitlab.com/tspiteri/az";)
     (synopsis "Casts and checked casts")



reply via email to

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