Merge pull request #107272 from fabaff/hstspreload
python3Packages.hstspreload: 2020.6.9 -> 2020.11.21
This commit is contained in:
commit
9cb4d2f490
@ -6,14 +6,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hstspreload";
|
||||
version = "2020.6.9";
|
||||
version = "2020.11.21";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sethmlarson";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "12js2xcj4979jklc19hjmv5p2b6689p18p4w9swhjc6cgcwm4jy2";
|
||||
sha256 = "0z2bq51dw1zak13558s2vj7pdnwad402f3ia5j2an0r678rwhsij";
|
||||
};
|
||||
|
||||
# tests require network connection
|
||||
|
Loading…
Reference in New Issue
Block a user