python3Packages.pysimplegui: 5.0.4 -> 5.0.5

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:11 +02:00
parent 82b5ba7c4c
commit 6fc2c5ed22
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pysimplegui";
version = "5.0.4";
version = "5.0.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PySimpleGUI";
inherit version;
hash = "sha256-pThG6BBWxy98REUae91yBZDKK8Q1Zc1PHpoW7nhdmAw=";
hash = "sha256-4B2LgWmdXAU9ACSR0F26Q9+eP3izRI+p6QS/o9m6Hfk=";
};
propagatedBuildInputs = [ tkinter ];