python37Packages.hstspreload: 2020.3.31 -> 2020.5.5

This commit is contained in:
R. RyanTM 2020-05-08 23:15:41 +00:00
parent e23aef78cc
commit 9f2ff031d3

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hstspreload"; pname = "hstspreload";
version = "2020.3.31"; version = "2020.5.5";
disabled = isPy27; disabled = isPy27;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sethmlarson"; owner = "sethmlarson";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "12hncxzawvdsrssl350xxn1byfm1firgd3ziqfll4xhhw403jaa9"; sha256 = "0n3wp2ihjaxlq002rv141766cx4wgk0amg1cb6v30zp0m4054w7d";
}; };
# tests require network connection # tests require network connection