8 buildPythonPackage rec {
10 version = "2024.3.27";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-Hucf3tToYm3P6ebKNlUs5V+X1B95u9P2UC1yOItZOhc=";
26 # extras_require contains signify -> circular dependency
31 pythonImportsCheck = [
36 description = "Makes the Microsoft Trusted Root Program's Certificate Trust Lists available in Python";
37 homepage = "https://github.com/ralphje/mscerts";
38 license = with licenses; [ mpl20 ];
39 maintainers = with maintainers; [ fab ];