Merge pull request #70713 from r-ryantm/auto-update/python3.7-cx_Freeze

python37Packages.cx_Freeze: 5.1.1 -> 6.0
This commit is contained in:
Robin Gloster 2019-10-16 00:11:20 +02:00 committed by GitHub
commit 3b07327794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cx_Freeze";
version = "5.1.1";
version = "6.0";
src = fetchPypi {
inherit pname version;
sha256 = "2eadddde670f5c5f6cf88638a0ac4e5d5fe181292a31063275fa56c7bf22426b";
sha256 = "067bgkgx7i3kw31vaviwysbb1lk91cjw9q90vklsr7nsygjxi0fa";
};
propagatedBuildInputs = [ ncurses ];