python3Packages.pyinstaller: 6.9.0 -> 6.10.0
https://pyinstaller.org/en/v6.10.0/CHANGES.html
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyinstaller";
|
||||
version = "6.9.0";
|
||||
version = "6.10.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-9KdcVS+swuKjcPHkIrlxteXNtAWP84zqAjWqIfwLN48=";
|
||||
hash = "sha256-FDhA+AVv97kQv48W9s2SzBCmwmgLt20KJdVY1UPSEnA=";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user