python313Packages.mcpadapt: 0.1.17 -> 0.1.20

Diff: https://github.com/grll/mcpadapt/compare/v0.1.17...v0.1.20

Changelog: https://github.com/grll/mcpadapt/releases/tag/v0.1.20
This commit is contained in:
Fabian Affolter
2026-02-04 09:19:02 +01:00
parent 23568aaa7d
commit 6aa4f42f7b
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "mcpadapt";
version = "0.1.17";
version = "0.1.20";
pyproject = true;
src = fetchFromGitHub {
owner = "grll";
repo = "mcpadapt";
tag = "v${version}";
hash = "sha256-pnMtCvspfrKwqhNyCelesBSxuPh9Ruc26pzqfWElvsE=";
hash = "sha256-mUwGKr+QBkqMKhfEEIlF/jZDW7enKYdngNIoxG5hMU4=";
};
build-system = [ hatchling ];