python37Packages.cx_Freeze: 5.1.1 -> 6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cx_freeze/versions
This commit is contained in:
R. RyanTM 2019-10-07 21:32:52 -07:00
parent 3dc58eda52
commit 6c50a1e6bf

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 ];