lexicon: 3.3.26 -> 3.3.27

This commit is contained in:
R. RyanTM 2020-07-12 07:45:01 +00:00
parent c87c474b17
commit ffeb2911c1

View File

@ -5,7 +5,7 @@
python3Packages.buildPythonApplication rec {
pname = "lexicon";
version = "3.3.26";
version = "3.3.27";
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 = "0k41l5n80hsfr0dkijf4hhkhz6iiwja4aj9q2jdiqsg9fjrmhfrv";
sha256 = "0i6grrpdwh7axhnsabb0pfjhpd3prc9ji1afivi7q3c0krgvncmc";
};
meta = with lib; {