python313Packages.mcpadapt: 0.0.18 -> 0.0.19

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

Changelog: https://github.com/grll/mcpadapt/releases/tag/v0.0.19
This commit is contained in:
Fabian Affolter
2025-04-01 23:07:15 +02:00
parent 5ecf1a8070
commit c13f4fa827
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mcpadapt";
version = "0.0.18";
version = "0.0.19";
pyproject = true;
src = fetchFromGitHub {
owner = "grll";
repo = "mcpadapt";
tag = "v${version}";
hash = "sha256-E8A4zjkS3giR6oS5SmVwFwy7g2z3CvZsJBegZ35b41Q=";
hash = "sha256-CQK9Nv12E3jBcHI/RwJOaD2E6DbTWwVvTZ31kpsNGXg=";
};
build-system = [ hatchling ];