diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-12-15 22:31:55 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-12-16 23:32:51 +0300 |
| commit | 6d6a1e37b155c1e039c79a18a5ef665b59ffa20a (patch) | |
| tree | 253e64fb83d849da29e0fbda6e00bda567a8d12d /gnu/packages/python-crypto.scm | |
| parent | bfe91a82e4a4e2e1649816f780654ecdd0aa9ab7 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index bf2a532cf49..3cd58bf0ea0 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1329,17 +1329,17 @@ Derivation function (HKDF) defined in RFC 5869.") | |||
| 1329 | (define-public python-spake2 | 1329 | (define-public python-spake2 |
| 1330 | (package | 1330 | (package |
| 1331 | (name "python-spake2") | 1331 | (name "python-spake2") |
| 1332 | (version "0.8") | 1332 | (version "0.9") |
| 1333 | (source | 1333 | (source |
| 1334 | (origin | 1334 | (origin |
| 1335 | (method url-fetch) | 1335 | (method url-fetch) |
| 1336 | (uri (pypi-uri "spake2" version)) | 1336 | (uri (pypi-uri "spake2" version)) |
| 1337 | (sha256 | 1337 | (sha256 |
| 1338 | (base32 | 1338 | (base32 |
| 1339 | "1x16r7lrbklvfzbacb66qv9iiih6liq1y612dqh2chgf555n2yn1")))) | 1339 | "0d4kbaxi4cv8klyqh6yb0p0qiwfdwvczy1h2mzvmlfdcsnlc87s2")))) |
| 1340 | (build-system python-build-system) | 1340 | (build-system python-build-system) |
| 1341 | (propagated-inputs | 1341 | (propagated-inputs |
| 1342 | (list python-hkdf)) | 1342 | (list python-cryptography python-hkdf)) |
| 1343 | (home-page "https://github.com/warner/python-spake2") | 1343 | (home-page "https://github.com/warner/python-spake2") |
| 1344 | (synopsis "SPAKE2 password-authenticated key exchange in Python") | 1344 | (synopsis "SPAKE2 password-authenticated key exchange in Python") |
| 1345 | (description "This package provides a Python implementation of the SPAKE2 | 1345 | (description "This package provides a Python implementation of the SPAKE2 |
