Unverified Commit 95f406aa authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #288096 from fabaff/aiopegelonline-bump

python311Packages.aiopegelonline: 0.0.7 -> 0.0.8
parents 71ee2a97 a071507c
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -6,12 +6,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "aiopegelonline";
  version = "0.0.7";
  format = "setuptools";
  version = "0.0.8";
  pyproject = true;

  disabled = pythonOlder "3.9";

@@ -19,9 +20,13 @@ buildPythonPackage rec {
    owner = "mib1185";
    repo = "aiopegelonline";
    rev = "refs/tags/v${version}";
    hash = "sha256-r+5b52N/vliKHx6qOLJ4lWcQt1TPEcn5Dz7cZNhRbNg=";
    hash = "sha256-Z/3IF5AwiNB+h8wug+57OVdLpFxGoiUe2xG4euHT1Bw=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    aiohttp
  ];