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-11-11 12:13:40 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-12 14:57:21 +0100
commitc461edcdf21df79b1e234f2a8426e7845f52d140 (patch)
tree70bd8e60330aacb21a96884fa33f4f8c9818b84d /pkgs/development/python-modules/runway-python
parente007ae5cfa4e25eff6743d4ab74c03fdc1f7afa1 (diff)
python: runway-python: 0.5.0 -> 0.5.1
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 f46a35004ab9d..62e0d2f0bebab 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.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 ];