guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e4bdc82668e12db025b0cc7e31c627a3da5fd0ee
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Sep 3 07:59:57 2025 +0100

    gnu: python-ed25519: Update to 1.5.
    
    * gnu/packages/python-crypto.scm (python-ed25519): Update to 1.5.
    
    Change-Id: I09bf6c259debca4eb11cf618026a706a7e688631
---
 gnu/packages/python-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 4ba0789319..d3ef3b5374 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

Reply via email to