diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-26 01:37:56 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-03 08:01:06 +0100 |
| commit | 7e794cec9595a714bb53e428b2023c2f6b5404ee (patch) | |
| tree | de710cc7547d8b13ae8fd1e92e0abe71dd4a2e59 /gnu/packages/python-crypto.scm | |
| parent | 7e3edc04f0c6164479e8614c2409b9f586230bcf (diff) | |
gnu: python-scrypt: Update to 0.9.4.
* gnu/packages/python-crypto.scm (python-scrypt): Update to 0.9.4.
Change-Id: I861d204950db34b514771b12bb4ede2c3ce45986
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
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 212b78fdb27..d417be51f90 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1217,7 +1217,7 @@ require users to log in.") (define-public python-scrypt (package (name "python-scrypt") - (version "0.8.7") + (version "0.9.4") (source (origin (method git-fetch) @@ -1226,7 +1226,7 @@ require users to log in.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0g3d5fgwq8g9sqa389c0j3smpzx2zsj0vv1wsl391ywny7ry0l5c")))) + (base32 "07mr8slhplk0pfji3pfb86281wf035c3vxg7w4g17vgry1l5fdg2")))) (build-system pyproject-build-system) (native-inputs (list python-pytest python-setuptools python-wheel)) (inputs (list openssl)) |
