python312Packages.aiovlc: 0.6.2 -> 0.6.3 (#360407)

This commit is contained in:
Nick Cao 2024-11-30 09:11:54 -05:00 committed by GitHub
commit 226e750730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiovlc";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiovlc";
rev = "refs/tags/v${version}";
hash = "sha256-tvMd7kydL4fx9JLTFQgCskBQCV0Zs/swDpPBxtSEvyM=";
hash = "sha256-b4QtTR/p2wmVk4LZdkWwzM1odx1cxjUF08pV/zunTx4=";
};
build-system = [ poetry-core ];