python3Packages.hstspreload: 2021.3.29 -> 2021.4.26

This commit is contained in:
Fabian Affolter 2021-04-26 23:20:06 +02:00
parent 441f8ef8e4
commit d3490a0724

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2021.3.29";
version = "2021.4.26";
disabled = isPy27;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = pname;
rev = version;
sha256 = "sha256-F5EXwCoXYmFkV0VWT5leIWZU2xH1t6T0LuxodAANS8E=";
sha256 = "sha256-bjyOsZIsYE3xF2/imp+4HPOZzh5wIehAru/uqfijleE=";
};
# tests require network connection