Fabian Affolter
2024-05-23 00:25:12 +02:00
parent 04861e85de
commit aec2a45835
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-abstractions";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "kiota-abstractions-python";
rev = "refs/tags/v${version}";
hash = "sha256-n9Erm21slKm+zDblhSHA5Cwxkyrcyx0w09ua3bUc5XI=";
hash = "sha256-TgHj5Ga6Aw/sN2Hobn0OocFB/iGRHTKEeOa2j2aqnRY=";
};
build-system = [ flit-core ];