Commit 0879f11d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.aiopvpc: 2.2.4 -> 3.0.0

parent 5e288479
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "aiopvpc";
  version = "2.2.4";
  version = "3.0.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "azogue";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-39cGDbaBS5we+WbqvABe6tKwTmbgd+NYLssKQCOuBsc=";
    sha256 = "sha256-eTCQddoZIaCs7iKGNBC8aSq6ek4vwYXgIXx35UlME/k=";
  };

  nativeBuildInputs = [