python38Packages.pythondialog: 3.4.0 -> 3.5.0

This commit is contained in:
R. RyanTM 2019-12-09 04:49:50 -08:00
parent 51ef7c3e49
commit 875524df3d

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pythondialog";
version = "3.4.0";
version = "3.5.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1728ghsran47jczn9bhlnkvk5bvqmmbihabgif5h705b84r1272c";
sha256 = "11ydvllwll23qmcd3saachcxzn1dj5if3kc36p37ncf06xc5c0m4";
};
patchPhase = ''