me
/
guix
Archived
1
0
Fork 0

gnu: rust-data-encoding-2: Update to 2.4.0.

* gnu/packages/crates-io.scm (rust-data-encoding-2): Update to 2.4.0.
Efraim Flashner 2023-07-13 22:19:36 +03:00
parent 9b21f01604
commit 9d869693ff
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -17874,7 +17874,7 @@ for Rust.")
(define-public rust-data-encoding-2
(package
(name "rust-data-encoding")
(version "2.3.1")
(version "2.4.0")
(source
(origin
(method url-fetch)
@ -17882,7 +17882,7 @@ for Rust.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"027rcrwdschrkdr2n9d24gnh03vl41qmvhjqn9vn6z1njy2n0flr"))))
"023k3dk8422jgbj7k72g63x51h1mhv91dhw1j4h205vzh6fnrrn2"))))
(build-system cargo-build-system)
(home-page "https://github.com/ia0/data-encoding")
(synopsis "Efficient and customizable data-encoding functions")