summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioconsole
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-06 03:40:42 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-05 21:32:33 -0700
commitb94cfc07ab83ec65e83eaf9e9610e6079a949615 (patch)
tree34588bb9e2bdca5fe7579405c3717621521c1739 /pkgs/development/python-modules/aioconsole
parente3c56edba6d453cf48feffc54d9d71852239e347 (diff)
downloadnixpkgs-b94cfc07ab83ec65e83eaf9e9610e6079a949615.tar
nixpkgs-b94cfc07ab83ec65e83eaf9e9610e6079a949615.tar.gz
nixpkgs-b94cfc07ab83ec65e83eaf9e9610e6079a949615.tar.bz2
nixpkgs-b94cfc07ab83ec65e83eaf9e9610e6079a949615.tar.lz
nixpkgs-b94cfc07ab83ec65e83eaf9e9610e6079a949615.tar.xz
nixpkgs-b94cfc07ab83ec65e83eaf9e9610e6079a949615.tar.zst
nixpkgs-b94cfc07ab83ec65e83eaf9e9610e6079a949615.zip
python27Packages.aioconsole: 0.1.16 -> 0.2.1
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 6e867d0b0f6..5ee7b329512 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.16";
+  version = "0.2.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0yk4ghvg47drfvdrrcw7nk14pg4shccmyhln9d8hy1lyafcqmnd5";
+    sha256 = "1l61zv6qq94ybqz7s8ag3h08dsh7jds6n2mgd43s7m8gbiy00ggn";
   };
 
   # hardcodes a test dependency on an old version of pytest-asyncio