13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-5oIP9vpOTR2OJ0fCKDdJw/VH5P7hErmFVc3NrjKZYYI=";
27 pythonImportsCheck = [
37 changelog = "https://github.com/pallets-eco/blinker/releases/tag/${version}";
38 description = "Fast Python in-process signal/event dispatching system";
39 homepage = "https://github.com/pallets-eco/blinker/";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];