1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

python38Packages.pysimplegui: 4.55.1 -> 4.56.0

This commit is contained in:
R. Ryantm 2022-01-06 02:47:23 +00:00
parent 0c8b2ce6c0
commit 6f6a0cff8a

View file

@ -5,11 +5,11 @@
}:
buildPythonPackage rec {
pname = "PySimpleGUI";
version = "4.55.1";
version = "4.56.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-nUDAoMK0w9Luk1hU5I1yT1CK5oEj9LrIByYS3Z5wfew=";
sha256 = "1a13a19282f92626cc6a823cbe9f4aa08aa558870f03441a1c4e8b6cef27c9d5";
};
pythonImportsCheck = [ "PySimpleGUI" ];