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