python3Packages.hstspreload: 2021.2.15 -> 2021.3.29
This commit is contained in:
parent
60d4ac8280
commit
5301d28607
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue