python311Packages.avidtools: 0.1.1.2 -> 0.1.2

This commit is contained in:
Fabian Affolter 2024-03-06 18:27:46 +01:00
parent 9c54efc071
commit 4a21310bae

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "avidtools";
version = "0.1.1.2";
version = "0.1.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-t+ohPjOBwY8i+g7VC30ehEu6SFIsn1SwGR/ICkV9blg=";
hash = "sha256-2YtX+kUryTwaQ4QvExw5OJ4Rx8JoTzBeC8VSyNEL7OY=";
};
postPatch = ''