1 { lib, fetchPypi, buildPythonPackage, tkinter }:
3 buildPythonPackage rec {
9 sha256 = "0kmd00w7p6maiyqpqqb2j8m6v2gh9c0h5i198pa02bc1c1m1321q";
13 propagatedBuildInputs = [ tkinter ];
19 description = "A simple, cross-platform, pure Python module for JavaScript-like message boxes";
20 homepage = "https://github.com/asweigart/PyMsgBox";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ jluttine ];