python: runway-python: 0.5.0 -> 0.5.1

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:40 +01:00
parent e007ae5cfa
commit c461edcdf2

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "runway-python";
version = "0.5.0";
version = "0.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "d3573a003899eb33c0edbc1d59c16c8c19c092512da0c75ceb1f46063a18c7e9";
sha256 = "00cf6fa9ea3b6a195e9eca96216a9d206b6884624d0214bd776f8654cd5e8fea";
};
propagatedBuildInputs = [ flask flask-cors numpy pillow gevent wget six colorcet ];