python3Packages.hstspreload: 2021.2.1 -> 2021.2.15
This commit is contained in:
parent
ca16e7dc52
commit
aed071d0bb
@ -6,14 +6,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hstspreload";
|
||||
version = "2021.2.1";
|
||||
version = "2021.2.15";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sethmlarson";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-R6tqGxGd6JymFgQX+deDPOtlKlwUjL7uf+zGdNxUW/s=";
|
||||
sha256 = "sha256-vHq4DjDh7hBNAK/h/KdzqaEgrG5bg7VQ8fVWuxV7vOg=";
|
||||
};
|
||||
|
||||
# tests require network connection
|
||||
|
Loading…
Reference in New Issue
Block a user