diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 07:59:57 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 08:01:06 +0100 |
| commit | e4bdc82668e12db025b0cc7e31c627a3da5fd0ee (patch) | |
| tree | 8dac322e11ae1080f3e2a4e4d288a3ffbacedaa8 /gnu/packages | |
| parent | 4957d7866c1da16d650b057181574bcfaa904ee0 (diff) | |
gnu: python-ed25519: Update to 1.5.
* gnu/packages/python-crypto.scm (python-ed25519): Update to 1.5.
Change-Id: I09bf6c259debca4eb11cf618026a706a7e688631
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 4ba07893197..d3ef3b53745 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -640,7 +640,7 @@ OpenSSL library.") (define-public python-ed25519 (package (name "python-ed25519") - (version "1.4") + (version "1.5") (source (origin (method git-fetch) @@ -649,7 +649,7 @@ OpenSSL library.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1ksl73nc47ic31dknvlmm72cpxfxvia0j5f6asw4gzppwp2v1yrs")))) + (base32 "0adxfm12wygh2gdsn83xmp1sw7w96ni7mr7v3z3y6q0mvh9n5x0p")))) (build-system pyproject-build-system) (arguments (list |
