forked from mirrors/nixpkgs
Merge pull request #203912 from r-ryantm/auto-update/python310Packages.pycfdns
python310Packages.pycfdns: 2.0.0 -> 2.0.1
This commit is contained in:
commit
19d259eddb
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycfdns";
|
pname = "pycfdns";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ludeeus";
|
owner = "ludeeus";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-2vjeoI+IqvCIHb51BLkuTISbG0PxFGHlmpSiCaV+E0w=";
|
hash = "sha256-f6kxYX/dg16OWYpw29dH4Z26ncLZCYyHKGc4fzoCld0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -32,6 +32,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module for updating Cloudflare DNS A records";
|
description = "Python module for updating Cloudflare DNS A records";
|
||||||
homepage = "https://github.com/ludeeus/pycfdns";
|
homepage = "https://github.com/ludeeus/pycfdns";
|
||||||
|
changelog = "https://github.com/ludeeus/pycfdns/releases/tag/${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue