python313Packages.mcpadapt: 0.1.3 -> 0.1.4 (#403174)

This commit is contained in:
Fabian Affolter
2025-05-01 09:17:35 +02:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mcpadapt";
version = "0.1.3";
version = "0.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "grll";
repo = "mcpadapt";
tag = "v${version}";
hash = "sha256-9TMVg70kj25bSNvgVxeFNsY6YnBg+9KswOfcv4Y2SqA=";
hash = "sha256-1GgQ2JVCSNCnsxPS82e+6ICG7ChTGFYiejCPtI827Yk=";
};
build-system = [ hatchling ];