lexicon: 3.3.22 -> 3.3.26

This commit is contained in:
R. RyanTM 2020-06-14 19:42:50 +00:00
parent 0905a5d990
commit 07e09428a6

View File

@ -5,7 +5,7 @@
python3Packages.buildPythonApplication rec {
pname = "lexicon";
version = "3.3.22";
version = "3.3.26";
propagatedBuildInputs = with python3Packages; [ requests tldextract future cryptography pyyaml boto3 zeep xmltodict beautifulsoup4 dnspython pynamecheap softlayer transip localzone ];
@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
owner = "AnalogJ";
repo = pname;
rev = "v${version}";
sha256 = "1adwqglh3lrx04y0f6slp1l97xzbsqgw0v5i4jll3a54aqyzfz0a";
sha256 = "0k41l5n80hsfr0dkijf4hhkhz6iiwja4aj9q2jdiqsg9fjrmhfrv";
};
meta = with lib; {