about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiostream
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-06-18 18:34:32 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:46 +0200
commit64ff77d889318fe0100c91f9fecbf896ecf53255 (patch)
tree116212a636470a9e219b3d4d1e1f15c62ff5e66b /pkgs/development/python-modules/aiostream
parent6ac07645ff2e6c25a0d455c42464fa1ebfb5e735 (diff)
python3Packages.aiostream: 0.4.2 -> 0.4.3
Diffstat (limited to 'pkgs/development/python-modules/aiostream')
-rw-r--r--pkgs/development/python-modules/aiostream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiostream/default.nix b/pkgs/development/python-modules/aiostream/default.nix
index b51a710569924..0bdab3bb28338 100644
--- a/pkgs/development/python-modules/aiostream/default.nix
+++ b/pkgs/development/python-modules/aiostream/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "aiostream";
-  version = "0.4.2";
+  version = "0.4.3";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "vxgmichel";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0ss41hzvlnyll5xc5ddxqyqqw4gnd67yyhci25xnb1vpcz0jqsq8";
+    sha256 = "1r3x9qwl08yscmzvhafc6gsmq84lr17s6p7a1qxr49cmdvjzsc13";
   };
 
   checkInputs = [ pytestCheckHook pytestcov pytest-asyncio ];