Merge pull request #298936 from r-ryantm/auto-update/python312Packages.aiopvpc

python312Packages.aiopvpc: 4.3.0 -> 4.3.1
This commit is contained in:
Nick Cao 2024-03-25 11:55:39 -04:00 committed by GitHub
commit c64969b60a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 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 = ''
@ -31,11 +31,11 @@ buildPythonPackage rec {
--replace-fail " --cov --cov-report term --cov-report html" ""
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiohttp
async-timeout
] ++ lib.optionals (pythonOlder "3.9") [