python3Packages.hstspreload: 2021.5.24 -> 2021.5.31

This commit is contained in:
Fabian Affolter 2021-06-03 10:02:57 +02:00
parent 7e4c4da3df
commit f914eb78cd

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2021.5.24";
version = "2021.5.31";
disabled = isPy27;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = pname;
rev = version;
sha256 = "sha256-Z1v2p8kn0IO38Cgr4tUp2n3zAiQntkskS7kYPUakC5U=";
sha256 = "sha256-qTOzhPET2uj/ST28pzeckFTYYfyPgErvG4HB9zMMB2w=";
};
# tests require network connection