python3Packages.hstspreload: 2021.2.15 -> 2021.3.29

This commit is contained in:
Sandro Jäckel 2021-04-05 04:57:41 +02:00
parent 60d4ac8280
commit 5301d28607

View file

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hstspreload"; pname = "hstspreload";
version = "2021.2.15"; version = "2021.3.29";
disabled = isPy27; disabled = isPy27;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sethmlarson"; owner = "sethmlarson";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-vHq4DjDh7hBNAK/h/KdzqaEgrG5bg7VQ8fVWuxV7vOg="; sha256 = "sha256-F5EXwCoXYmFkV0VWT5leIWZU2xH1t6T0LuxodAANS8E=";
}; };
# tests require network connection # tests require network connection