diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-10 21:38:13 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:34 +0100 |
| commit | 1b606f16bb0f1e07f078faef8764cb5e3755dc6a (patch) | |
| tree | b9e503fccbb636e6c683c2068bcd54fc3af2db57 /gnu/packages/python-crypto.scm | |
| parent | c6f9913a56677f69af6414b4e578275ec07de557 (diff) | |
gnu: Add python-bip32utils.
* gnu/packages/python-crypto.scm (python-bip32utils): New variable.
Change-Id: I5f81400f3d2e1f0134f76c7e43ffb923b33f0853
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 93a50d033aa..558c7e79a3a 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -136,6 +136,33 @@ on the Blowfish password hashing algorithm, as described in | |||
| 136 | Password Scheme\"} by Niels Provos and David Mazieres.") | 136 | Password Scheme\"} by Niels Provos and David Mazieres.") |
| 137 | (license license:asl2.0))) | 137 | (license license:asl2.0))) |
| 138 | 138 | ||
| 139 | (define-public python-bip32utils | ||
| 140 | (package | ||
| 141 | (name "python-bip32utils") | ||
| 142 | (version "0.3.post4") | ||
| 143 | (source | ||
| 144 | (origin | ||
| 145 | (method url-fetch) | ||
| 146 | (uri (pypi-uri "bip32utils" version)) | ||
| 147 | (sha256 | ||
| 148 | (base32 "1hj8iirdwxj2f3gp0d3bmz4gfll26ixkidh6rk9qjykjpc7z8w2r")))) | ||
| 149 | (build-system pyproject-build-system) | ||
| 150 | (arguments | ||
| 151 | (list #:tests? #f)) ;no tests | ||
| 152 | (native-inputs | ||
| 153 | (list python-setuptools)) | ||
| 154 | (propagated-inputs | ||
| 155 | (list python-ecdsa)) | ||
| 156 | ;; Original link is gone <https://github.com/prusnak/bip32utils>. | ||
| 157 | (home-page "https://salsa.debian.org/debian/python-bip32utils") | ||
| 158 | (synopsis | ||
| 159 | "Python implementation of Bitcoin hierarchical deterministic wallet") | ||
| 160 | (description | ||
| 161 | "This package provides utilities for generating and using Bitcoin | ||
| 162 | Hierarchical Deterministic wallets | ||
| 163 | (BIP0032).") | ||
| 164 | (license license:expat))) | ||
| 165 | |||
| 139 | (define-public python-murmurhash | 166 | (define-public python-murmurhash |
| 140 | (package | 167 | (package |
| 141 | (name "python-murmurhash") | 168 | (name "python-murmurhash") |
