about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioconsole
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-07-22 12:03:58 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-07-22 16:52:33 +0200
commit070cba0dc893040abb06c31788c33c2e490914da (patch)
tree37e642804ce742d17ee77efe5552abb48e6a7e04 /pkgs/development/python-modules/aioconsole
parentf48cc618f14518ca3de536040073eebae21b63f9 (diff)
python: aioconsole: 0.1.8 -> 0.1.9
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 49d0bc6c63774..f594b66285db0 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.8";
+  version = "0.1.9";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "5d2c60c0cbf87c663ef3a0b394980ff86f56ebd3c47cc87df6c410e774216c50";
+    sha256 = "f263eb4f5eaee9f5e86f7b34fea3b50b3a4ff77b9f23ffcd3c4cb204c3b3fccc";
   };
 
   # hardcodes a test dependency on an old version of pytest-asyncio