python3Packages.scrypt: 0.8.17 -> 0.8.18

This commit is contained in:
Martin Weinelt
2021-06-22 13:42:38 +02:00
parent 8a75097f88
commit 31f9ef2008
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "scrypt";
version = "0.8.17";
version = "0.8.18";
src = fetchPypi {
inherit pname version;
sha256 = "25b5075f2238be93af1cd574540a5ea01b8547f9b678aa72d22fce22577475ec";
sha256 = "bcf04257af12e6d52974d177a7b08e314b66f350a73f9b6f7b232d69a6a1e041";
};
buildInputs = [ openssl ];