lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.pyinstaller: 6.12.0 -> 6.13.0

+2 -2
+2 -2
pkgs/development/python-modules/pyinstaller/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "pyinstaller"; 28 - version = "6.12.0"; 28 + version = "6.13.0"; 29 29 pyproject = true; 30 30 31 31 src = fetchPypi { 32 32 inherit pname version; 33 - hash = "sha256-GDR5e+SM4bJgFa9oves8YabHUAE28E4Pxl5GgRXex3c="; 33 + hash = "sha256-OJEf7sLF4hXlFZp+Zv2xJAAWi9EWFDtUqKejfwhzNFY="; 34 34 }; 35 35 36 36 build-system = [ setuptools ];