Commit efd314df authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pycfmodel: 1.1.0 -> 1.1.3

parent d837a61c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

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

  pythonRelaxDeps = [ "pydantic" ];
@@ -51,7 +51,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Model for Cloud Formation scripts";
    homepage = "https://github.com/Skyscanner/pycfmodel";
    changelog = "https://github.com/Skyscanner/pycfmodel/releases/tag/v${version}";
    changelog = "https://github.com/Skyscanner/pycfmodel/releases/tag/${src.tag}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };