about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiostream
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 10:04:43 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-10 08:57:49 -0800
commit79c6e0313573a9654983fb457b199cad0aad25e0 (patch)
tree3005df962637673e137a6b3bf04b51a8e3d93531 /pkgs/development/python-modules/aiostream
parente1f95053091c00f27db48537559d891f4f754b0a (diff)
python38Packages.aiostream: 0.4.1 -> 0.4.2
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 a48e2ae024013..b51a710569924 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.1";
+  version = "0.4.2";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "vxgmichel";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1wwnjrzkd61k3arxzk7yhg7cc1099bcwr5kz5n91ai6ma5ln139s";
+    sha256 = "0ss41hzvlnyll5xc5ddxqyqqw4gnd67yyhci25xnb1vpcz0jqsq8";
   };
 
   checkInputs = [ pytestCheckHook pytestcov pytest-asyncio ];