guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c9ebe83f304fd886e1e39761d48a4b4ea465a006
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 12 09:39:03 2026 +0100

    gnu: python-oscrypto: Fix build on python-3.12.
    
    * gnu/packages/python-crypto.scm (python-oscrypto)[source]<patches>:
    Add patch.
    
    Change-Id: I2888116c3fa56b6507d611848314a06296a30d5f
    Reviewed-by: Hugo Buddelmeijer <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-crypto.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index f2b6df9f26..a6eb5e649e 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -744,8 +744,17 @@ python-axolotl.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1v5wkmzcyiqy39db8j2dvkdrv2nlsc48556h73x4dzjwd6kg4q0a"))))
+        (base32 "1v5wkmzcyiqy39db8j2dvkdrv2nlsc48556h73x4dzjwd6kg4q0a"))
+       (patches
+        (list
+         (origin
+           (method url-fetch)
+           (uri
+            (string-append "https://github.com/wbond/oscrypto/commit/";
+                           "3865f5d528740aa1205d16ddbee84c5b48aeb078.patch"))
+           (sha256
+            (base32
+             "1lnvh5w4x5g4vnl8l078znd040zc6k4y18dzksbj7ydad3hrq73p")))))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to