Commit 5dffe239 authored by Jamie Magee's avatar Jamie Magee
Browse files

python3Packages.pyfronius: 0.8.1 -> 0.8.2

parent 11bb3eec
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
  ];