python3Packages.hstspreload: 2025.1.1 -> 2025.12.3 (#468170)
This commit is contained in:
@@ -2,22 +2,19 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hstspreload";
|
||||
version = "2025.1.1";
|
||||
version = "2025.12.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sethmlarson";
|
||||
repo = "hstspreload";
|
||||
tag = version;
|
||||
hash = "sha256-2KtQZroKhRzqFg0xL/gXMA3jP0FgYSPYy1eP3x78rQo=";
|
||||
hash = "sha256-K44Lzom7AQMsnJGN9RYNfZuD+wbbZtTGStjJtS/4NcE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -28,7 +25,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "hstspreload" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Chromium HSTS Preload list as a Python package and updated daily";
|
||||
description = "Chromium HSTS Preload list";
|
||||
homepage = "https://github.com/sethmlarson/hstspreload";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user