Commit 4604fcea authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 58633851
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "aiopvpc";
  version = "4.1.0";
  version = "4.2.1";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "azogue";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-ixHLFVPlDZKQkPMrOt8PG5z+e84UlygQutkyS8wCZR4=";
    hash = "sha256-gfF/SFfiZgkWH0cQZF3hxEp6xxRi46nfDBB23Gerv5g=";
  };

  postPatch = ''