Skip to content

Commit d3a3a77

Browse files
authored
python3Packages.pyinstaller: 6.14.0 -> 6.14.1 (#417155)
2 parents f1f680c + 385cd5c commit d3a3a77

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.14.0";
28+
version = "6.14.1";
2929
pyproject = true;
3030

3131
src = fetchPypi {
3232
inherit pname version;
33-
hash = "sha256-zFXNwhSRci10Ez41qzY6iGebN+4tdvnYCty8Cuhi1jA=";
33+
hash = "sha256-NdXAamaOIfASIXjb8g5A/SEBLcj2FwBCr2BQxOez7co=";
3434
};
3535

3636
build-system = [ setuptools ];

0 commit comments

Comments
 (0)