about summary refs log tree commit diff
path: root/pkgs/development/python-modules/runway-python
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-24 08:47:48 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-27 16:26:53 +0100
commit7a767ab6c402383c4aa0fc77854159e016d69581 (patch)
tree14ff3a748be310cfa1e822a7c317466a6a7a4855 /pkgs/development/python-modules/runway-python
parent2113845eb4287258901ae2d7b166b385e226af50 (diff)
python: runway-python: 0.4.3 -> 0.5.0
Diffstat (limited to 'pkgs/development/python-modules/runway-python')
-rw-r--r--pkgs/development/python-modules/runway-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/runway-python/default.nix b/pkgs/development/python-modules/runway-python/default.nix
index a90d88720e709..f46a35004ab9d 100644
--- a/pkgs/development/python-modules/runway-python/default.nix
+++ b/pkgs/development/python-modules/runway-python/default.nix
@@ -13,11 +13,11 @@
 
 buildPythonPackage rec {
   pname = "runway-python";
-  version = "0.4.3";
+  version = "0.5.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "25e68f371f89815b0b7b21a9b8eb0229cd9634c09aedc1c2c5a307bc62239eec";
+    sha256 = "d3573a003899eb33c0edbc1d59c16c8c19c092512da0c75ceb1f46063a18c7e9";
   };
 
   propagatedBuildInputs = [ flask flask-cors numpy pillow gevent wget six colorcet ];