python312Packages.pysimplegui 4.60.5 -> 5.0.3 https://repology.org/project/python:pysimplegui/versions attrpath: python312Packages.pysimplegui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jzz29z65xi3a3sam42d6chdhysxdh1n5-packages.json.drv building '/nix/store/jzz29z65xi3a3sam42d6chdhysxdh1n5-packages.json.drv'... Going to be running update for following packages: - python3.12-pysimplegui-4.60.5 Press Enter key to continue... Running update for: - python3.12-pysimplegui-4.60.5: UPDATING ... - python3.12-pysimplegui-4.60.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pysimplegui/default.nix b/pkgs/development/python-modules/pysimplegui/default.nix index c5c71810a938..30e5de7abd8d 100644 --- a/pkgs/development/python-modules/pysimplegui/default.nix +++ b/pkgs/development/python-modules/pysimplegui/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "pysimplegui"; - version = "4.60.5"; + version = "5.0.3"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "PySimpleGUI"; inherit version; - hash = "sha256-MQFNHMXu8Tc9fpNWT/JgRmJkXMd0qTmx8BqiU+f514s="; + hash = "sha256-bnjPVGMVfma/tn8oCg6FLMI1W+9rtHMKNdarbNg61GM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 4.60.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , tkinter , pythonOlder }: buildPythonPackage rec { pname = "pysimplegui"; version = "5.0.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { pname = "PySimpleGUI"; inherit version; hash = "sha256-bnjPVGMVfma/tn8oCg6FLMI1W+9rtHMKNdarbNg61GM="; }; propagatedBuildInputs = [ tkinter ]; pythonImportsCheck = [ "PySimpleGUI" ]; meta = with lib; { description = "Python GUIs for Humans"; homepage = "https://github.com/PySimpleGUI/PySimpleGUI"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ lucasew ]; }; }