python312Packages.aiovlc: 0.6.3 -> 0.6.5

This commit is contained in:
R. Ryantm
2024-12-08 14:38:14 +00:00
parent 0bc7caf6ff
commit f1aabc677e
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiovlc";
version = "0.6.3";
version = "0.6.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "MartinHjelmare";
repo = "aiovlc";
rev = "refs/tags/v${version}";
hash = "sha256-b4QtTR/p2wmVk4LZdkWwzM1odx1cxjUF08pV/zunTx4=";
tag = "v${version}";
hash = "sha256-tE+2jmIemDoWJCG4/zsoB3yXeUnFgob8LdCT/eiLZbY=";
};
build-system = [ poetry-core ];