forked from mirrors/nixpkgs
python3Packages.hstspreload: 2021.3.29 -> 2021.4.26
This commit is contained in:
parent
441f8ef8e4
commit
d3490a0724
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue