Skip to content

Commit 1f90bf0

Browse files
committed
python312Packages.pyinstaller: 6.11.1 -> 6.12.0
1 parent 51c388c commit 1f90bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyinstaller/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
buildPythonPackage rec {
2727
pname = "pyinstaller";
28-
version = "6.11.1";
28+
version = "6.12.0";
2929
pyproject = true;
3030

3131
src = fetchPypi {
3232
inherit pname version;
33-
hash = "sha256-SR37TZ1dHZZQ2VB9rsH/aClSeiVNjjlrrdYKCv/Lcu8=";
33+
hash = "sha256-GDR5e+SM4bJgFa9oves8YabHUAE28E4Pxl5GgRXex3c=";
3434
};
3535

3636
build-system = [ setuptools ];

0 commit comments

Comments
 (0)