diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-01 23:04:03 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-01 23:04:14 +0000 |
| commit | bb2355371bf2b45636b74fec0ab9a14f7bc7d460 (patch) | |
| tree | aa02d6750434371d1276ddf469309c4dee2f76f6 /gnu/packages/python-crypto.scm | |
| parent | be4be235d22167fca8bb563b6bc92f1e4aa31e19 (diff) | |
gnu: Remove python-hkdf.
* gnu/packages/python-crypto.scm (python-hkdf): Delete variable.
Fixes: guix/guix#4557
Change-Id: Ic80543f8b30ff55df8a732606906b896c762ff76
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index d66fa8f80ab..cb9f538f2d2 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1393,26 +1393,6 @@ implements RFC 6125 fully and plans to add other relevant RFCs too.") | |||
| 1393 | of the CRC32C hashing algorithm.") | 1393 | of the CRC32C hashing algorithm.") |
| 1394 | (license license:asl2.0))) | 1394 | (license license:asl2.0))) |
| 1395 | 1395 | ||
| 1396 | (define-public python-hkdf | ||
| 1397 | (package | ||
| 1398 | (name "python-hkdf") | ||
| 1399 | (version "0.0.3") | ||
| 1400 | (source | ||
| 1401 | (origin | ||
| 1402 | (method url-fetch) | ||
| 1403 | (uri (pypi-uri "hkdf" version)) | ||
| 1404 | (sha256 | ||
| 1405 | (base32 | ||
| 1406 | "1jhxk5vhxmxxjp3zj526ry521v9inzzl8jqaaf0ma65w6k332ak2")))) | ||
| 1407 | (build-system python-build-system) | ||
| 1408 | (native-inputs | ||
| 1409 | (list python-nose)) | ||
| 1410 | (home-page "https://github.com/casebeer/python-hkdf") | ||
| 1411 | (synopsis "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)") | ||
| 1412 | (description "This package provides a Python implementation of the HMAC Key | ||
| 1413 | Derivation function (HKDF) defined in RFC 5869.") | ||
| 1414 | (license license:bsd-2))) | ||
| 1415 | |||
| 1416 | (define-public python-spake2 | 1396 | (define-public python-spake2 |
| 1417 | (package | 1397 | (package |
| 1418 | (name "python-spake2") | 1398 | (name "python-spake2") |
