python313Packages.mcpadapt: 0.1.13 -> 0.1.16 (#444297)

This commit is contained in:
Fabian Affolter
2025-09-19 13:19:34 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "mcpadapt";
version = "0.1.13";
version = "0.1.16";
pyproject = true;
src = fetchFromGitHub {
owner = "grll";
repo = "mcpadapt";
tag = "v${version}";
hash = "sha256-yz4fPywhlCu6DIhYoeaK/eAYjht8LCzx9ltX2XsIFxw=";
hash = "sha256-uhphBJ9gab/5i8rTnEzfhCm0caJ756XdGqJeHoHP0tM=";
};
build-system = [ hatchling ];