lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pymsgbox: 1.0.6 -> 1.0.9

Signed-off-by: lucasew <lucas59356@gmail.com>

lucasew 98111a62 ee9be8a4

+3 -3
+3 -3
pkgs/development/python-modules/pymsgbox/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "PyMsgBox"; 5 - version = "1.0.6"; 5 + version = "1.0.9"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "0kmd00w7p6maiyqpqqb2j8m6v2gh9c0h5i198pa02bc1c1m1321q"; 10 - extension = "zip"; 9 + sha256 = "sha256-IZQifei/96PW2lQYSHBaFV3LsqBu4SDZ8oCh1/USY/8="; 11 10 }; 12 11 13 12 propagatedBuildInputs = [ tkinter ]; 14 13 15 14 # Finding tests fails 16 15 doCheck = false; 16 + pythonImportsCheck = [ "pymsgbox" ]; 17 17 18 18 meta = with lib; { 19 19 description = "A simple, cross-platform, pure Python module for JavaScript-like message boxes";