Merge pull request #75361 from r-ryantm/auto-update/python3.8-pythondialog

python38Packages.pythondialog: 3.4.0 -> 3.5.0
This commit is contained in:
Mario Rodas 2019-12-09 20:18:43 -05:00 committed by GitHub
commit ff5234847f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''