summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:04:03 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:04:14 +0000
commitbb2355371bf2b45636b74fec0ab9a14f7bc7d460 (patch)
treeaa02d6750434371d1276ddf469309c4dee2f76f6 /gnu/packages
parentbe4be235d22167fca8bb563b6bc92f1e4aa31e19 (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')
-rw-r--r--gnu/packages/python-crypto.scm20
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.")
of the CRC32C hashing algorithm.")
(license license:asl2.0)))
-(define-public python-hkdf
- (package
- (name "python-hkdf")
- (version "0.0.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "hkdf" version))
- (sha256
- (base32
- "1jhxk5vhxmxxjp3zj526ry521v9inzzl8jqaaf0ma65w6k332ak2"))))
- (build-system python-build-system)
- (native-inputs
- (list python-nose))
- (home-page "https://github.com/casebeer/python-hkdf")
- (synopsis "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)")
- (description "This package provides a Python implementation of the HMAC Key
-Derivation function (HKDF) defined in RFC 5869.")
- (license license:bsd-2)))
-
(define-public python-spake2
(package
(name "python-spake2")