python312Packages.aiopvpc: 4.3.0 -> 4.3.1

This commit is contained in:
R. Ryantm 2024-03-25 14:05:05 +00:00
parent b1b78f4369
commit d5a86ad0ac
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiopvpc";
version = "4.3.0";
version = "4.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "azogue";
repo = "aiopvpc";
rev = "refs/tags/v${version}";
hash = "sha256-8CNmrE3EMFg/bCrdI+K/8f0MRzKtGI74ILFMuSg1Ivo=";
hash = "sha256-1xeXfhoXRfJ7vrpRPeYmwcAGjL09iNCOm/f4pPvuZLU=";
};
postPatch = ''