me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-base16ct-0.1.

* gnu/packages/crates-io.scm (rust-base16ct-0.1): New variable.

Change-Id: If48b447b6cbe4ab3320fca08a472f934bd640ebd
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Wilko Meyer 2024-01-08 02:51:57 +01:00 committed by Efraim Flashner
parent ee2337e065
commit f8eab1bf47
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 13 additions and 0 deletions

View File

@ -5591,6 +5591,19 @@ and thereby provides portable \"best effort\" constant-time operation and
embedded-friendly no_std support.")
(license (list license:asl2.0 license:expat))))
(define-public rust-base16ct-0.1
(package
(inherit rust-base16ct-0.2)
(name "rust-base16ct")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "base16ct" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1klccxr7igf73wpi0x3asjd8n0xjg0v6a7vxgvfk5ybvgh1hd6il"))))))
(define-public rust-base32-0.4
(package
(name "rust-base32")