diff options
| author | nafkhamdc <navid.afkhami@mdc-berlin.de> | 2024-03-28 06:54:41 +0000 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-03-28 12:43:01 +0100 |
| commit | 4881c7d6972e4b7763cbedd6b772d61b6568beb0 (patch) | |
| tree | 2afa06e34c591d6d93376dd74bc235f3cd9da511 /gnu/packages/python-crypto.scm | |
| parent | aa6e357c5531e59055be9891550a83b6ff29caec (diff) | |
gnu: python-pynacl: Update to 1.5.0.
* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.5.0.
Change-Id: Iadf81b8d67a5d4fa08fbcb9937afa86de33385dc
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index ff6b3a3e1ac..374724e8a40 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -774,7 +774,7 @@ PKCS#12, PKCS#5, X.509 and TSP.") | |||
| 774 | (define-public python-pynacl | 774 | (define-public python-pynacl |
| 775 | (package | 775 | (package |
| 776 | (name "python-pynacl") | 776 | (name "python-pynacl") |
| 777 | (version "1.4.0") | 777 | (version "1.5.0") |
| 778 | (source | 778 | (source |
| 779 | (origin | 779 | (origin |
| 780 | (method url-fetch) | 780 | (method url-fetch) |
| @@ -790,7 +790,7 @@ PKCS#12, PKCS#5, X.509 and TSP.") | |||
| 790 | (delete-file-recursively "src/libsodium"))) | 790 | (delete-file-recursively "src/libsodium"))) |
| 791 | (sha256 | 791 | (sha256 |
| 792 | (base32 | 792 | (base32 |
| 793 | "01b56hxrbif3hx8l6rwz5kljrgvlbj7shmmd2rjh0hn7974a5sal")))) | 793 | "1fi0jbxhh3svajzldlb6gj5sr5a48v11xlmx0wb831db167l9iwa")))) |
| 794 | (build-system python-build-system) | 794 | (build-system python-build-system) |
| 795 | (arguments | 795 | (arguments |
| 796 | `(#:phases | 796 | `(#:phases |
