guix-commits
[Top][All Lists]
Advanced

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

04/379: gnu: rust-base64ct-1: Update to 1.6.0.


From: guix-commits
Subject: 04/379: gnu: rust-base64ct-1: Update to 1.6.0.
Date: Thu, 29 Jun 2023 12:31:58 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 558d370dc45c2c36e686829420b52cc5908352f8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 16:38:36 2023 +0300

    gnu: rust-base64ct-1: Update to 1.6.0.
    
    * gnu/packages/crates-io.scm (rust-base64ct-1): Update to 1.6.0.
    [cargo-development-inputs]: Replace rust-base64-0.13 with 0.21.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 31b286b371..685e8187ee 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6180,18 +6180,18 @@ c6e7d37.  However, this package works only up to 128 
bytes.")
 (define-public rust-base64ct-1
   (package
     (name "rust-base64ct")
-    (version "1.3.3")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "base64ct" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1818i0gpg7q35s6yglmhgciwi3jwx65mqc2ipjl54jfbmm288kw7"))))
+        (base32 "0nvdba4jb8aikv60az40x2w1y96sjdq8z3yp09rwzmkhiwv1lg4c"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs
-       (("rust-base64" ,rust-base64-0.13)
+       (("rust-base64" ,rust-base64-0.21)
         ("rust-proptest" ,rust-proptest-1))))
     (home-page "https://github.com/RustCrypto/formats/tree/master/base64ct";)
     (synopsis "Implementation of Base64 (RFC 4648)")



reply via email to

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