mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-spake2: Update to 0.9.
* gnu/packages/python-crypto.scm (python-spake2): Update to 0.9. [propagated-inputs]: Add python-cryptography. Change-Id: I9122e657446cb92a7fd1325cdbed63f6ab73428f Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
bfe91a82e4
commit
6d6a1e37b1
1 changed files with 3 additions and 3 deletions
|
@ -1329,17 +1329,17 @@ Derivation function (HKDF) defined in RFC 5869.")
|
|||
(define-public python-spake2
|
||||
(package
|
||||
(name "python-spake2")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "spake2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x16r7lrbklvfzbacb66qv9iiih6liq1y612dqh2chgf555n2yn1"))))
|
||||
"0d4kbaxi4cv8klyqh6yb0p0qiwfdwvczy1h2mzvmlfdcsnlc87s2"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-hkdf))
|
||||
(list python-cryptography python-hkdf))
|
||||
(home-page "https://github.com/warner/python-spake2")
|
||||
(synopsis "SPAKE2 password-authenticated key exchange in Python")
|
||||
(description "This package provides a Python implementation of the SPAKE2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue