From dbffe1fc7c808aa0262169e903c03cf4d5564bcf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Jun 2026 19:01:58 +0000 Subject: [PATCH] python3Packages.quantile-forest: 1.4.1 -> 1.4.2 --- pkgs/development/python-modules/quantile-forest/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/quantile-forest/default.nix b/pkgs/development/python-modules/quantile-forest/default.nix index 9c2a24952357..11cfbc227b8b 100644 --- a/pkgs/development/python-modules/quantile-forest/default.nix +++ b/pkgs/development/python-modules/quantile-forest/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "quantile-forest"; - version = "1.4.1"; + version = "1.4.2"; pyproject = true; src = fetchFromGitHub { owner = "zillow"; repo = "quantile-forest"; tag = "v${version}"; - hash = "sha256-KNHp6/TUy7Aof3P4TNGpsRlNVePrHEc4HFvMqyr4gPg="; + hash = "sha256-K/8W/BkQVeFsJyQMdOHX997/yrhTcvHU9vuYmZ4W+Qo="; }; build-system = [