Merge pull request #147590 from fabaff/bump-python-smarttub

python3Packages.python-smarttub: 0.0.27 -> 0.0.28

authored by

Fabian Affolter and committed by
GitHub
96ccf2eb d32d3dd8

+2 -7
+2 -7
pkgs/development/python-modules/python-smarttub/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "python-smarttub"; 16 - version = "0.0.27"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "mdz"; 23 repo = pname; 24 rev = "v${version}"; 25 - sha256 = "sha256-EoZn5yxj18hi4oEMuUcB5UN2xQFkLbSG/awp+Qh029E="; 26 }; 27 28 propagatedBuildInputs = [ ··· 37 pytest-asyncio 38 pytestCheckHook 39 ]; 40 - 41 - postPatch = '' 42 - substituteInPlace setup.py \ 43 - --replace "aiohttp~=3.7.3" "aiohttp>=3.7.4,<4" 44 - ''; 45 46 pythonImportsCheck = [ 47 "smarttub"
··· 13 14 buildPythonPackage rec { 15 pname = "python-smarttub"; 16 + version = "0.0.28"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "mdz"; 23 repo = pname; 24 rev = "v${version}"; 25 + sha256 = "sha256-dAwOi1hhjGhBGKEp5u3qW5WL1GLHBFac0drIc1Zk6ok="; 26 }; 27 28 propagatedBuildInputs = [ ··· 37 pytest-asyncio 38 pytestCheckHook 39 ]; 40 41 pythonImportsCheck = [ 42 "smarttub"