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 12 buildPythonPackage rec { 13 pname = "cx-freeze"; 14 - version = "6.15.15"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.8"; ··· 19 src = fetchPypi { 20 pname = "cx_Freeze"; 21 inherit version; 22 - hash = "sha256-dMCr5ulaBBXLT79VxiW8JQEml4P6wt0tcetNeOk/Ihk="; 23 }; 24 25 nativeBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "cx-freeze"; 14 + version = "6.15.16"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.8"; ··· 19 src = fetchPypi { 20 pname = "cx_Freeze"; 21 inherit version; 22 + hash = "sha256-xjmRiG/ypTGfjw0HwDSaa74aZbXzIPi5JDiI5jyaSiI="; 23 }; 24 25 nativeBuildInputs = [