mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +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 {
|
||||
pname = "sensorpush-api";
|
||||
version = "2.1.1";
|
||||
version = "2.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sstallion";
|
||||
repo = "sensorpush-api";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Gkvd0MbySk4jdl+hJd0wFGqj2/qOkq/jThe+5b4n0XM=";
|
||||
hash = "sha256-0cB0F1Clf3rpAOSTa/YcEMchBIQv+0cQwsGE1qlroKA=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
@ -28,10 +28,6 @@ buildPythonPackage rec {
|
|||
"urllib3"
|
||||
];
|
||||
|
||||
pythonRemoveDeps = [
|
||||
"aenum" # https://github.com/sstallion/sensorpush-api/pull/3
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
pydantic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue