Merge pull request #90398 from r-ryantm/auto-update/lexicon

lexicon: 3.3.22 -> 3.3.26
This commit is contained in:
Maximilian Bosch 2020-06-23 23:47:47 +02:00 committed by GitHub
commit 5655cc36cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "lexicon"; 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 ]; 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"; owner = "AnalogJ";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1adwqglh3lrx04y0f6slp1l97xzbsqgw0v5i4jll3a54aqyzfz0a"; sha256 = "0k41l5n80hsfr0dkijf4hhkhz6iiwja4aj9q2jdiqsg9fjrmhfrv";
}; };
meta = with lib; { meta = with lib; {