python3Packages.hstspreload: 2021.9.1 -> 2021.10.1

This commit is contained in:
Fabian Affolter 2021-10-02 15:19:10 +02:00
parent e5fe6f4c58
commit 04269f4be1

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2021.9.1";
version = "2021.10.1";
disabled = isPy27;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = pname;
rev = version;
sha256 = "sha256-CZlXnRe4yA6VJF48t73m2PbBRFzg0XTgT7J1N83Ojc4=";
sha256 = "sha256-nd3k2enQvYzASFyLy8chBLGX8dXlLyMyg4yv06VSeUA=";
};
# tests require network connection