octodns: 1.9.1 -> 1.10.0

https://github.com/octodns/octodns/compare/v1.9.1...v1.10.0
This commit is contained in:
Anthony ROUSSEL
2024-10-28 19:54:20 +01:00
committed by Anthony Roussel
parent df594537ae
commit 58cddcdefe
+2 -2
View File
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "octodns";
version = "1.9.1";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "octodns";
repo = "octodns";
rev = "refs/tags/v${version}";
hash = "sha256-5EKa5G1rX/BRMMpGd861qTaACa2tBgNrKX52uJPV+N8=";
hash = "sha256-L3c4lYt/fgMctJFArc1XlR+hvpz10kcBcYYXajnNQr0=";
};
build-system = [