mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add rust-z-base-32-0.1.
* gnu/packages/crates-io.scm (rust-z-base-32-0.1): New variable. Change-Id: I9a6aa173ad611aa572167f73324b23f1a1953ef6
This commit is contained in:
parent
a2553bf847
commit
6bc9a9a609
1 changed files with 22 additions and 0 deletions
|
@ -90054,6 +90054,28 @@ (define-public rust-yeslogic-fontconfig-sys-2
|
|||
(("rust-const-cstr" ,rust-const-cstr-0.3)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3))))))
|
||||
|
||||
(define-public rust-z-base-32-0.1
|
||||
(package
|
||||
(name "rust-z-base-32")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "z-base-32" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0fqk028mzvgnx9phqzvhzrx3fbzv4r736cm3x3hid136g157pgr1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-clap" ,rust-clap-4)
|
||||
("rust-pyo3" ,rust-pyo3-0.20))
|
||||
#:cargo-development-inputs (("rust-quickcheck" ,rust-quickcheck-1))))
|
||||
(home-page "https://github.com/matusf/z-base-32")
|
||||
(synopsis "Human-oriented base-32 encoding")
|
||||
(description "This package provides human-oriented base-32 encoding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-zbase32-0.1
|
||||
(package
|
||||
(name "rust-zbase32")
|
||||
|
|
Loading…
Reference in a new issue