python3Packages.coqpit: 0.2.3 -> 0.2.4 (#485595)

This commit is contained in:
Nick Cao
2026-02-02 21:50:49 +00:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "coqpit-config";
version = "0.2.3";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "idiap";
repo = "coqui-ai-coqpit";
tag = "v${finalAttrs.version}";
hash = "sha256-WXzKXFnSGgt3aHY5yqPgNKd3ukJD7wZVNGddj981cDY=";
hash = "sha256-lverGecVRwhpdtX5463O6+CMJGye8VXj3JJZ+VhKcn8=";
};
build-system = [ hatchling ];