octodns: 1.11.0 -> 1.13.0 (#436280)

This commit is contained in:
Wolfgang Walther
2025-09-23 11:11:22 +00:00
committed by GitHub
+2 -2
View File
@@ -19,7 +19,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "octodns";
version = "1.11.0";
version = "1.13.0";
pyproject = true;
disabled = python.pythonOlder "3.9";
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
owner = "octodns";
repo = "octodns";
tag = "v${version}";
hash = "sha256-zCEfg6AAyclDBzSVQiGrE8Ol/9C7STq0VChepBt73GQ=";
hash = "sha256-a7vi7if3IbZqyFs/ZwhlN+Byv+SBQaUWk2B7rOPnPCs=";
};
build-system = with python3Packages; [