python313Packages.mcpadapt: 0.0.19 -> 0.1.0 (#397137)

This commit is contained in:
Nick Cao
2025-04-08 18:19:10 -04:00
committed by GitHub
@@ -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 ];