Merge pull request #200080 from fabaff/pycfdns-bump

This commit is contained in:
Sandro 2022-11-08 02:00:47 +01:00 committed by GitHub
commit f6d0ec1af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pycfdns";
version = "1.2.2";
version = "2.0.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "ludeeus";
repo = pname;
rev = version;
sha256 = "sha256-bsalfZEkZrBG0/SyEXCWOZyrhOYU/3YJR/78FQTpXYk=";
sha256 = "sha256-2vjeoI+IqvCIHb51BLkuTISbG0PxFGHlmpSiCaV+E0w=";
};
propagatedBuildInputs = [