Merge pull request #87307 from r-ryantm/auto-update/python3.7-hstspreload

python37Packages.hstspreload: 2020.3.31 -> 2020.5.5
This commit is contained in:
Jon 2020-05-08 18:09:36 -07:00 committed by GitHub
commit b7f0e6d9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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