python3Packages.prophet: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm
2025-06-03 23:02:35 +00:00
parent 8764efe0df
commit 3b3cb2b5a2
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "prophet";
version = "1.1.6";
version = "1.1.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,8 +29,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "facebook";
repo = "prophet";
rev = "v${version}";
hash = "sha256-vvSn2sVs6KZsTAKPuq9irlHgM1BmpkG8LJbvcu8ohd0=";
tag = "v${version}";
hash = "sha256-94hxpfpZN3yvDUu+kM7Oc2Yu8+z0Gv6zqYRAwKXgHk4=";
};
sourceRoot = "${src.name}/python";
@@ -65,7 +65,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "prophet" ];
meta = {
changelog = "https://github.com/facebook/prophet/releases/tag/${src.rev}";
changelog = "https://github.com/facebook/prophet/releases/tag/${src.tag}";
description = "Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth";
homepage = "https://facebook.github.io/prophet/";
license = lib.licenses.mit;