me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-05-11 16:38:36 +03:00
parent 4da0c5963c
commit 1e48856430
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

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