mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
python313Packages.sensorpush-api: 2.1.1 -> 2.1.2 (#395065)
This commit is contained in:
commit
c73a73460f
1 changed files with 2 additions and 6 deletions
|
@ -12,14 +12,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sensorpush-api";
|
pname = "sensorpush-api";
|
||||||
version = "2.1.1";
|
version = "2.1.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sstallion";
|
owner = "sstallion";
|
||||||
repo = "sensorpush-api";
|
repo = "sensorpush-api";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Gkvd0MbySk4jdl+hJd0wFGqj2/qOkq/jThe+5b4n0XM=";
|
hash = "sha256-0cB0F1Clf3rpAOSTa/YcEMchBIQv+0cQwsGE1qlroKA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
@ -28,10 +28,6 @@ buildPythonPackage rec {
|
||||||
"urllib3"
|
"urllib3"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonRemoveDeps = [
|
|
||||||
"aenum" # https://github.com/sstallion/sensorpush-api/pull/3
|
|
||||||
];
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
aiohttp
|
aiohttp
|
||||||
pydantic
|
pydantic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue