Unverified Commit 0e66bb49 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pyfronius: 0.8.1 -> 0.8.2 (#502744)

parents 833d8e21 5dffe239
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "pyfronius";
  version = "0.8.1";
  version = "0.8.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nielstron";
    repo = "pyfronius";
    tag = version;
    hash = "sha256-Q1GMt9K9+wohFogXwGyAhyfSxSsmo+80Kca7F7VhksA=";
    hash = "sha256-KUO5e3UYIm49kgBxidizt77AplojOv4UsnIoDa0Gtv4=";
  };

  build-system = [ setuptools ];
@@ -25,7 +25,6 @@ buildPythonPackage rec {
  dependencies = [ aiohttp ];

  nativeCheckInputs = [
    aiounittest
    pytestCheckHook
  ];