Robert Schütz
2026-07-09 17:31:16 -07:00
parent d8e7f89b36
commit f47793054b
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiointercept";
version = "0.1.8";
version = "0.1.9";
pyproject = true;
src = fetchFromGitHub {
owner = "Polandia94";
repo = "aiointercept";
tag = "v${finalAttrs.version}";
hash = "sha256-DqrGQkk4mqvXZ8MgswfYXD/++6z8SupjN7rvDmPOGRs=";
hash = "sha256-ivWdPw7irgrl0mH+mxChRt6ZITey9w/QB9TIxGu5XeU=";
};
build-system = [ hatchling ];