1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

Merge pull request #66316 from prusnak/pythonPackages.runway-python

python: runway-python: 0.3.2 -> 0.4.0
This commit is contained in:
Marek Mahut 2019-08-09 23:56:27 +02:00 committed by GitHub
commit 6eabfe010c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "runway-python";
version = "0.3.2";
version = "0.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "ef15c0df60cfe7ea26b070bbe2ba522d67d247b157c20f3f191fe545c17d0b85";
sha256 = "cd23550211aa8542d9c06516e25c32de3963fff50d0793d94def271a4e2b4514";
};
propagatedBuildInputs = [ flask flask-cors numpy pillow gevent wget six colorcet ];