python3Packages.pythondialog: 3.5.2 -> 3.5.3

This commit is contained in:
Jonathan Ringer 2021-12-07 00:56:21 -08:00
parent d9fdc76c4e
commit deef59f8a9
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pythondialog";
version = "3.5.2";
version = "3.5.3";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "4fc11e95540d1d5dbe0a60cd3fb7787354df85ee4b5da21f708ea46cb47bf6d6";
sha256 = "b2a34a8af0a6625ccbdf45cd343b854fc6c1a85231dadc80b8805db836756323";
};
patchPhase = ''