3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #235777 from fabaff/aiopvpc-bump

python311Packages.aiopvpc: 4.1.0 -> 4.2.1
This commit is contained in:
Mario Rodas 2023-06-03 15:59:23 -05:00 committed by GitHub
commit d5160292da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''