mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ed25519: Update to 1.5.
* gnu/packages/python-crypto.scm (python-ed25519): Update to 1.5. Change-Id: I09bf6c259debca4eb11cf618026a706a7e688631
This commit is contained in:
parent
4957d7866c
commit
e4bdc82668
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue