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:
parent
0c8b2ce6c0
commit
6f6a0cff8a
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue