Merge pull request #335521 from r-ryantm/auto-update/python312Packages.aiovlc

python312Packages.aiovlc: 0.4.0 -> 0.4.1
This commit is contained in:
Fabian Affolter 2024-08-18 09:54:41 +02:00 committed by GitHub
commit 681956ff5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiovlc";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiovlc";
rev = "refs/tags/v${version}";
hash = "sha256-wUtoL3e22ufyzB7MJH0EuxE4WyxKQXEgThAOw23AwLM=";
hash = "sha256-6oAnij92lR/sbU80j4WIBCvScPvoVLTMRYlT5zHnVnk=";
};
build-system = [ poetry-core ];