python313Packages.mcpadapt: 0.0.19 -> 0.1.0

Diff: https://github.com/grll/mcpadapt/compare/refs/tags/v0.0.19...v0.1.0

Changelog: https://github.com/grll/mcpadapt/releases/tag/v0.1.0
This commit is contained in:
Fabian Affolter
2025-04-08 17:24:27 +02:00
parent 60273edc86
commit a1aeaf4132
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mcpadapt";
version = "0.0.19";
version = "0.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "grll";
repo = "mcpadapt";
tag = "v${version}";
hash = "sha256-CQK9Nv12E3jBcHI/RwJOaD2E6DbTWwVvTZ31kpsNGXg=";
hash = "sha256-hSmE53LfpLAZosVWHqy3795UPqqLdknMVfWrIxAxWBM=";
};
build-system = [ hatchling ];