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
This commit is contained in:
@@ -12,22 +12,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sensorpush-api";
|
||||
version = "2.1.2";
|
||||
version = "2.1.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sstallion";
|
||||
repo = "sensorpush-api";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-0cB0F1Clf3rpAOSTa/YcEMchBIQv+0cQwsGE1qlroKA=";
|
||||
hash = "sha256-T/qROLlzgiRN4T8lwyXoD/8EtTqQY2+D8AXNKu5MeNE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"urllib3"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
pydantic
|
||||
|
||||
Reference in New Issue
Block a user