python3Packages.localzone: 0.9.6 -> 0.9.7
This commit is contained in:
parent
88aff646c2
commit
0093e4e6a9
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "localzone";
|
pname = "localzone";
|
||||||
version = "0.9.6";
|
version = "0.9.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ags-slc";
|
owner = "ags-slc";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "154l7qglsm4jrhqddvlas8cgl9qm2z4dzihv05jmsyqjikcmfwk8";
|
sha256 = "1vzn1vm3zf86l7qncbmghjrwyvla9dc2v8abn8jajbl47gm7r5f7";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ dnspython sphinx ];
|
propagatedBuildInputs = [ dnspython sphinx ];
|
||||||
@ -30,6 +30,5 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://localzone.iomaestro.com";
|
homepage = "https://localzone.iomaestro.com";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ flyfloh ];
|
maintainers = with maintainers; [ flyfloh ];
|
||||||
broken = true; # incompatible with dnspython>=2.0.0
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user