python312Packages.py-scrypt: 0.8.24 -> 0.8.27 (#361554)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user