python313Packages.mcpadapt: 0.0.15 -> 0.0.16

Diff: https://github.com/grll/mcpadapt/compare/refs/tags/v0.0.15...v0.0.16

Changelog: https://github.com/grll/mcpadapt/releases/tag/v0.0.16
This commit is contained in:
Fabian Affolter
2025-03-26 20:26:44 +01:00
parent 7c4886ad65
commit 12c17ff36b
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mcpadapt";
version = "0.0.15";
version = "0.0.16";
pyproject = true;
src = fetchFromGitHub {
owner = "grll";
repo = "mcpadapt";
tag = "v${version}";
hash = "sha256-Cpm6jfdAyhMNc3bnDcF42G24VdStM2OpDTsGHS4IEMM=";
hash = "sha256-l5noNvg2vQJa0kOPJG78whrnTKkYy1FUfSb9V+ICpAo=";
};
build-system = [ hatchling ];