python3Packages.sensorpush-api: 2.1.2 -> 2.1.3

Diff: https://github.com/sstallion/sensorpush-api/compare/refs/tags/v2.1.2...refs/tags/v2.1.3

Changelog: https://github.com/sstallion/sensorpush-api/blob/v2.1.3/CHANGELOG.md

+2 -6
+2 -6
pkgs/development/python-modules/sensorpush-api/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "sensorpush-api"; 15 - version = "2.1.2"; 15 + version = "2.1.3"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "sstallion"; 20 20 repo = "sensorpush-api"; 21 21 tag = "v${version}"; 22 - hash = "sha256-0cB0F1Clf3rpAOSTa/YcEMchBIQv+0cQwsGE1qlroKA="; 22 + hash = "sha256-T/qROLlzgiRN4T8lwyXoD/8EtTqQY2+D8AXNKu5MeNE="; 23 23 }; 24 24 25 25 build-system = [ setuptools ]; 26 - 27 - pythonRelaxDeps = [ 28 - "urllib3" 29 - ]; 30 26 31 27 dependencies = [ 32 28 aiohttp