python3Packages.tsfresh: 0.21.0 -> 0.21.1 (#443226)

Nick Cao 0f5093ad 6e01a834

Changed files
+2 -2
pkgs
development
python-modules
tsfresh
+2 -2
pkgs/development/python-modules/tsfresh/default.nix
···
buildPythonPackage rec {
pname = "tsfresh";
-
version = "0.21.0";
+
version = "0.21.1";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "blue-yonder";
repo = "tsfresh";
tag = "v${version}";
-
hash = "sha256-XwNCI1J/Z6w7nq59s9rSN4eVGgrMDQjPpGFy9SxrTn0=";
+
hash = "sha256-KwUI33t5KFcTUWdSDg81OPbNn5SYv4Gw/0dPjCB502w=";
};
patches = [