python: websockify: 0.7.0 -> 0.8.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:21 +01:00
parent 40ae0e4287
commit 61b94919ef

View File

@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
version = "0.7.0";
version = "0.8.0";
pname = "websockify";
src = fetchPypi {
inherit pname version;
sha256 = "1v6pmamjprv2x55fvbdaml26ppxdw8v6xz8p0sav3368ajwwgcqc";
sha256 = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2";
};
propagatedBuildInputs = [ numpy ];