me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-koibumi-base32-0.0.2.

* gnu/packages/crates-io.scm (rust-koibumi-base32-0.0.2): New variable.

Change-Id: Ifa6e512866479afbf176b2deaf6cca2f00711c7f
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2023-11-11 16:35:25 +01:00 committed by Efraim Flashner
parent 2a5c85c16b
commit 572584dd57
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -35993,6 +35993,26 @@ characters in HTML, decoding and unescaping HTML entities as well.")
"Filesystem walk performed in parallel with streamed and sorted results.")
(license license:expat)))
(define-public rust-koibumi-base32-0.0.2
(package
(name "rust-koibumi-base32")
(version "0.0.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "koibumi-base32" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1frb232m6rw50ly8ijhsbllcqfif5kcma1l6hrgm5g22c3c3il94"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1))))
(home-page "https://kashiko.gitlab.io/koibumi-rust/")
(synopsis "Base32 encoder/decoder library")
(description "This package provides a Base32 encoder/decoder library.")
(license license:gpl3+)))
(define-public rust-kuchiki-0.8
(package
(name "rust-kuchiki")