Unverified Commit d692b73b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pycfmodel: 1.1.3 -> 1.2.0 (#474077)

parents 2533b887 dce1e3b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pycfmodel";
  version = "1.1.3";
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "Skyscanner";
    repo = "pycfmodel";
    tag = "v${version}";
    hash = "sha256-ITgha0gZxGPCE+7HVQyDNiPI5uAYZo9Rz8fZVgCYgeM=";
    hash = "sha256-ta6kS+MiSa2DZx18EQr7hvWYrK55j48hSBACtcklCpI=";
  };

  pythonRelaxDeps = [ "pydantic" ];