Unverified Commit f24ee0c1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #264597 from fabaff/aiopegelonline-bump

python311Packages.aiopegelonline: 0.0.6 -> 0.0.7
parents 6a93aac5 bdf71226
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "aiopegelonline";
  version = "0.0.6";
  version = "0.0.7";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "mib1185";
    repo = "aiopegelonline";
    rev = "refs/tags/v${version}";
    hash = "sha256-UbH5S+BfXMAurEvPx0sOzNoV/yypbMCPN3Y3cSherfQ=";
    hash = "sha256-r+5b52N/vliKHx6qOLJ4lWcQt1TPEcn5Dz7cZNhRbNg=";
  };

  propagatedBuildInputs = [