Loading pkgs/development/python-modules/py-scrypt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/py-scrypt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading