Unverified Commit 95cb9a72 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.datamodel-code-generator: 0.33.0 -> 0.34.0 (#447568)

parents 0c9aa10c cfc06bbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage rec {
  pname = "datamodel-code-generator";
  version = "0.33.0";
  version = "0.34.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "koxudaxi";
    repo = "datamodel-code-generator";
    tag = version;
    hash = "sha256-SyRF4Rn9LdcMTEH0xphDNIfEABknwvUoN2BYlNJFbrA=";
    hash = "sha256-fJ7+TtWLJXBaTil0LGsCyu9njDuj1pOVUZYN2huoKao=";
  };

  pythonRelaxDeps = [