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-10-16 11:28:53 +0000
committerJon <jonringer@users.noreply.github.com>2020-10-16 09:40:17 -0700
commit8711da60baaf588460000f90fb110fd9669387d7 (patch)
tree4cddb20382460b5ea4f0883c13dc11b53fbf0120 /pkgs/development/python-modules/aioconsole
parent40f6b5b66a0441f0b8f911bb22e5608bea83d6a1 (diff)
downloadnixpkgs-8711da60baaf588460000f90fb110fd9669387d7.tar
nixpkgs-8711da60baaf588460000f90fb110fd9669387d7.tar.gz
nixpkgs-8711da60baaf588460000f90fb110fd9669387d7.tar.bz2
nixpkgs-8711da60baaf588460000f90fb110fd9669387d7.tar.lz
nixpkgs-8711da60baaf588460000f90fb110fd9669387d7.tar.xz
nixpkgs-8711da60baaf588460000f90fb110fd9669387d7.tar.zst
nixpkgs-8711da60baaf588460000f90fb110fd9669387d7.zip
python37Packages.aioconsole: 0.2.1 -> 0.3.0
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 5ee7b329512..ca16b7d7fea 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.2.1";
+  version = "0.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1l61zv6qq94ybqz7s8ag3h08dsh7jds6n2mgd43s7m8gbiy00ggn";
+    sha256 = "b84724e6b93d1306a909974864df377236cf4bab8e0594096fed7936207205c5";
   };
 
   # hardcodes a test dependency on an old version of pytest-asyncio