Fabian Affolter 2023-10-16 10:07:14 +02:00
parent e1a4c706e6
commit 3090fd1fe2

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiovlc";
version = "0.3.0";
version = "0.3.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ZFLNgPxR5N+hI988POCYJD9QGivs1fYysyFtmxsJQaA=";
hash = "sha256-+IpWX661Axl2Ke1NGN6W9CMMQMEu7EQ/2PeRkkByAxI=";
};
postPatch = ''