about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-05 10:40:25 -0400
committerGitHub <noreply@github.com>2024-05-05 10:40:25 -0400
commit0852ebcd41d54249d091d72bab2cb6298f2e2ee4 (patch)
tree80c223f4caa6643e23015c3c3a648654059b2b93 /pkgs
parent16326239f3b63769a97b8376816da3368cbfeb32 (diff)
parentf37e00d0f7827488c8853d182b84707c2269f44b (diff)
Merge pull request #309251 from r-ryantm/auto-update/python311Packages.quantile-forest
python311Packages.quantile-forest: 1.3.4 -> 1.3.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/quantile-forest/default.nix4
1 files 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 3b6bd12cd4c83..0b6d5df933b17 100644
--- a/pkgs/development/python-modules/quantile-forest/default.nix
+++ b/pkgs/development/python-modules/quantile-forest/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "quantile-forest";
-  version = "1.3.4";
+  version = "1.3.5";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "zillow";
     repo = "quantile-forest";
     rev = "refs/tags/v${version}";
-    hash = "sha256-hzLJq0y+qjc48PfHW3i73x9safGOy0V1HEQ5WR8IXpI=";
+    hash = "sha256-0zlj9nks5KsgsLSflRW+4uiYlYVQsF0HMkZ3zG3if2E=";
   };
 
   build-system = [