mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #99454 from r-ryantm/auto-update/python2.7-scrypt
python27Packages.py_scrypt: 0.8.15 -> 0.8.17
This commit is contained in:
commit
8b8f61c41f
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scrypt";
|
||||
version = "0.8.15";
|
||||
version = "0.8.17";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0643fwj8vl96bsl30jx091zicmwyi0gglza66xqhqizqyqjq0ag6";
|
||||
sha256 = "25b5075f2238be93af1cd574540a5ea01b8547f9b678aa72d22fce22577475ec";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user