python3Packages.hstspreload: 2021.6.28 -> 2021.7.5

This commit is contained in:
Fabian Affolter 2021-07-07 16:30:03 +02:00 committed by Jonathan Ringer
parent aea1a6c3cd
commit 652d498786

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2021.6.28";
version = "2021.7.5";
disabled = isPy27;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = pname;
rev = version;
sha256 = "sha256-SZGyn79R3+IwtoZ+khgFnl0WosRoCcKNk8efGxbOugc=";
sha256 = "sha256-/89K41MrTdF68+BVkfnv+0d+6rBHdRGKpN2Psfr2Wog=";
};
# tests require network connection