Merge pull request #290177 from onny/octodns-gandi2

octodns-providers.gandi: 0.0.2 -> 0.0.3
This commit is contained in:
Janik 2024-02-20 17:41:25 +01:00 committed by GitHub
commit 80c0fa7478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "octodns-gandi";
version = "0.0.2";
version = "0.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "octodns";
repo = "octodns-gandi";
rev = "refs/tags/v${version}";
hash = "sha256-aZUVdCeIbyXBgy8HNf6bZSmjdRzIvQkCEzndKGyuTkw=";
hash = "sha256-L7kDkqTVmU8OqjMS3GkML1xBxEuwb9iyYi/YZBB4NSU=";
};
nativeBuildInputs = [