diff options
Diffstat (limited to 'gnu')
| -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 |
