Unverified Commit d5160292 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #235777 from fabaff/aiopvpc-bump

python311Packages.aiopvpc: 4.1.0 -> 4.2.1
parents 61fc977c 4604fcea
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 = ''