python312Packages.py-scrypt: 0.8.24 -> 0.8.27 (#361554)

This commit is contained in:
Weijia Wang
2025-01-01 02:24:09 +01:00
committed by GitHub
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "py-scrypt";
version = "0.8.24";
version = "0.8.27";
src = fetchPypi {
pname = "scrypt";
inherit version;
hash = "sha256-mP/eReSpVGHXPe1UunomhXZ5kg1Pj/Mg9vet5uKVMb0=";
hash = "sha256-p7Y3hI7VGMHqKzGp7Kqj9JYWWY2EQt6HBs8fAfur8Kc=";
};
buildInputs = [ openssl ];