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