We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdae532 + 1f90bf0 commit 2f3bc1aCopy full SHA for 2f3bc1a
pkgs/development/python-modules/pyinstaller/default.nix
@@ -25,12 +25,12 @@
25
26
buildPythonPackage rec {
27
pname = "pyinstaller";
28
- version = "6.11.1";
+ version = "6.12.0";
29
pyproject = true;
30
31
src = fetchPypi {
32
inherit pname version;
33
- hash = "sha256-SR37TZ1dHZZQ2VB9rsH/aClSeiVNjjlrrdYKCv/Lcu8=";
+ hash = "sha256-GDR5e+SM4bJgFa9oves8YabHUAE28E4Pxl5GgRXex3c=";
34
};
35
36
build-system = [ setuptools ];
0 commit comments