Merge pull request #296884 from r-ryantm/auto-update/python311Packages.cx-freeze

python311Packages.cx-freeze: 6.15.15 -> 6.15.16

authored by Fabian Affolter and committed by GitHub 694a6c75 d849318a

+2 -2
+2 -2
pkgs/development/python-modules/cx-freeze/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "cx-freeze"; 14 - version = "6.15.15"; 14 + version = "6.15.16"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 19 19 src = fetchPypi { 20 20 pname = "cx_Freeze"; 21 21 inherit version; 22 - hash = "sha256-dMCr5ulaBBXLT79VxiW8JQEml4P6wt0tcetNeOk/Ihk="; 22 + hash = "sha256-xjmRiG/ypTGfjw0HwDSaa74aZbXzIPi5JDiI5jyaSiI="; 23 23 }; 24 24 25 25 nativeBuildInputs = [