about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioconsole
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-04-16 19:15:33 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-04-18 12:42:39 +0200
commit0a323058b32e1238c66200dd043f7910c12a2c49 (patch)
tree364ba3725a27de14130e2b3c08837bb9a634e7e0 /pkgs/development/python-modules/aioconsole
parentff5b3300dfbacc0e465b342cbd3ba360fb0edf60 (diff)
python: aioconsole: 0.1.13 -> 0.1.14
Diffstat (limited to 'pkgs/development/python-modules/aioconsole')
-rw-r--r--pkgs/development/python-modules/aioconsole/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioconsole/default.nix b/pkgs/development/python-modules/aioconsole/default.nix
index afe9c6fb29c96..aa8ed3929347b 100644
--- a/pkgs/development/python-modules/aioconsole/default.nix
+++ b/pkgs/development/python-modules/aioconsole/default.nix
@@ -10,11 +10,11 @@
 # wrapped to be able to find aioconsole and any other packages.
 buildPythonPackage rec {
   pname = "aioconsole";
-  version = "0.1.13";
+  version = "0.1.14";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8b9898f0f6539bdce3bc3720d75189e21813f1a7f8350228fc7fd54bf7327d0f";
+    sha256 = "f1ddd04050d9be5e93e223a4e9367433436d245f8fe70905f4124bfde2cd3cdd";
   };
 
   # hardcodes a test dependency on an old version of pytest-asyncio