diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-12 09:39:03 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-15 21:50:04 +0000 |
| commit | c9ebe83f304fd886e1e39761d48a4b4ea465a006 (patch) | |
| tree | 83e979f2076e2ccdbab48a0cb7df0351fd5130d4 | |
| parent | 64d02c99c0ca6962aba2403c0156507868805ea7 (diff) | |
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 <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-crypto.scm | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index f2b6df9f261..a6eb5e649ef 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -744,8 +744,17 @@ python-axolotl.") | |||
| 744 | (commit version))) | 744 | (commit version))) |
| 745 | (file-name (git-file-name name version)) | 745 | (file-name (git-file-name name version)) |
| 746 | (sha256 | 746 | (sha256 |
| 747 | (base32 | 747 | (base32 "1v5wkmzcyiqy39db8j2dvkdrv2nlsc48556h73x4dzjwd6kg4q0a")) |
| 748 | "1v5wkmzcyiqy39db8j2dvkdrv2nlsc48556h73x4dzjwd6kg4q0a")))) | 748 | (patches |
| 749 | (list | ||
| 750 | (origin | ||
| 751 | (method url-fetch) | ||
| 752 | (uri | ||
| 753 | (string-append "https://github.com/wbond/oscrypto/commit/" | ||
| 754 | "3865f5d528740aa1205d16ddbee84c5b48aeb078.patch")) | ||
| 755 | (sha256 | ||
| 756 | (base32 | ||
| 757 | "1lnvh5w4x5g4vnl8l078znd040zc6k4y18dzksbj7ydad3hrq73p"))))))) | ||
| 749 | (build-system pyproject-build-system) | 758 | (build-system pyproject-build-system) |
| 750 | (arguments | 759 | (arguments |
| 751 | (list | 760 | (list |
