Unverified Commit 80bc0129 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents c255a755 f92d812c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];