lol

python310Packages.aiostream: 0.4.4 -> 0.4.5

+3 -3
+3 -3
pkgs/development/python-modules/aiostream/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aiostream"; 12 - version = "0.4.4"; 12 + version = "0.4.5"; 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "vxgmichel"; 17 17 repo = pname; 18 - rev = "v${version}"; 19 - sha256 = "07if27z1h0mg236sj9lc8nl0bqy9sdrj83ls73mrc69h76bzg5xi"; 18 + rev = "refs/tags/v${version}"; 19 + sha256 = "sha256-WOtscg02Dq5YNSAfq4pIyH3oUP/5G+cjBwKB6c+SUVA="; 20 20 }; 21 21 22 22 checkInputs = [ pytestCheckHook pytest-cov pytest-asyncio ];