about summary refs log tree commit diff
path: root/pkgs/tools/admin/lexicon
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-12 07:45:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-12 07:45:01 +0000
commitffeb2911c164a9f79a04d3cf24ef3ea5b081eaab (patch)
tree36ad0d7a932f695bbcb1825703d26c8d69fa14de /pkgs/tools/admin/lexicon
parentc87c474b17af792e7984ef4f058291f7ce06f594 (diff)
lexicon: 3.3.26 -> 3.3.27
Diffstat (limited to 'pkgs/tools/admin/lexicon')
-rw-r--r--pkgs/tools/admin/lexicon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/lexicon/default.nix b/pkgs/tools/admin/lexicon/default.nix
index ac5bf918634a7..3af266c817537 100644
--- a/pkgs/tools/admin/lexicon/default.nix
+++ b/pkgs/tools/admin/lexicon/default.nix
@@ -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; {