mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Remove python-hkdf.
* gnu/packages/python-crypto.scm (python-hkdf): Delete variable. Fixes: guix/guix#4557 Change-Id: Ic80543f8b30ff55df8a732606906b896c762ff76
This commit is contained in:
parent
be4be235d2
commit
bb2355371b
1 changed files with 0 additions and 20 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue