mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
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>
This commit is contained in:
parent
ee2337e065
commit
f8eab1bf47
1 changed files with 13 additions and 0 deletions
|
@ -5591,6 +5591,19 @@ (define-public rust-base16ct-0.2
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue