Loading pkgs/development/python-modules/pycfmodel/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pycfmodel"; version = "1.1.0"; version = "1.1.3"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "Skyscanner"; repo = "pycfmodel"; tag = "v${version}"; hash = "sha256-mFO3T5FmVLAXPmLJsueCDdCLoFfBwQwryxfEtkLz1rM="; hash = "sha256-ITgha0gZxGPCE+7HVQyDNiPI5uAYZo9Rz8fZVgCYgeM="; }; pythonRelaxDeps = [ "pydantic" ]; Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/pycfmodel/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pycfmodel"; version = "1.1.0"; version = "1.1.3"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "Skyscanner"; repo = "pycfmodel"; tag = "v${version}"; hash = "sha256-mFO3T5FmVLAXPmLJsueCDdCLoFfBwQwryxfEtkLz1rM="; hash = "sha256-ITgha0gZxGPCE+7HVQyDNiPI5uAYZo9Rz8fZVgCYgeM="; }; pythonRelaxDeps = [ "pydantic" ]; Loading Loading @@ -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 ]; }; Loading