me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-data-encoding-2): Update to 2.5.0.

Change-Id: Ib8f8b8964d55bb925ecc07b0c18f4e17fcef8e20
master
Efraim Flashner 2024-01-23 17:06:26 +02:00
parent 67d2f0f383
commit 0f1194a9a7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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