Unverified Commit c73a7346 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.sensorpush-api: 2.1.1 -> 2.1.2 (#395065)

parents b179a7a0 eb9eeb31
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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