13 # optional-dependencies
22 buildPythonPackage rec {
24 version = "2024.1.1.post0";
27 disabled = pythonOlder "3.7";
30 inherit pname version;
31 hash = "sha256-ZFDu+stuKdsVc8bTuSZ4LZX8BuQhORjyEMosnrk1rX0=";
39 propagatedBuildInputs = [
44 passthru.optional-dependencies = {
53 ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies);
55 pythonImportsCheck = [
60 changelog = "https://github.com/mdomke/schwifty/blob/${version}/CHANGELOG.rst";
61 description = "Validate/generate IBANs and BICs";
62 homepage = "https://github.com/mdomke/schwifty";
63 license = licenses.mit;
64 maintainers = with maintainers; [ milibopp ];