summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 16:09:19 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-19 09:26:48 +0100
commit4b06edd148fcc3ac74a2c7dc6295d660a4553f6b (patch)
treee1b0672e973570beda02801c4189f57f5ab98978 /pkgs
parent28fdb4eb115719135625ffa500640cd8a320a4b7 (diff)
downloadnixpkgs-4b06edd148fcc3ac74a2c7dc6295d660a4553f6b.tar
nixpkgs-4b06edd148fcc3ac74a2c7dc6295d660a4553f6b.tar.gz
nixpkgs-4b06edd148fcc3ac74a2c7dc6295d660a4553f6b.tar.bz2
nixpkgs-4b06edd148fcc3ac74a2c7dc6295d660a4553f6b.tar.lz
nixpkgs-4b06edd148fcc3ac74a2c7dc6295d660a4553f6b.tar.xz
nixpkgs-4b06edd148fcc3ac74a2c7dc6295d660a4553f6b.tar.zst
nixpkgs-4b06edd148fcc3ac74a2c7dc6295d660a4553f6b.zip
python37Packages.aioconsole: 0.1.10 -> 0.1.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aioconsole/versions
Diffstat (limited to 'pkgs')
-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 0f2740a90d8..bbfd08e03aa 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.10";
+  version = "0.1.11";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "3fab07073648d70d8345e0eb745bd81fcd02b5e2b080c4663faea8c8ab281c0a";
+    sha256 = "0xjfx7fnmc9c8s1agj5mva3api4dywrf1q81yccb1gk7ifrrn04c";
   };
 
   # hardcodes a test dependency on an old version of pytest-asyncio