Skip to content

Commit 30376eb

Browse files
authored
python312Packages.quantile-forest: 1.3.11 -> 1.4.0 (NixOS#378081)
2 parents 7ef6be4 + 0024b06 commit 30376eb

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/quantile-forest

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/quantile-forest/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "quantile-forest";
19-
version = "1.3.11";
19+
version = "1.4.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "zillow";
2626
repo = "quantile-forest";
2727
tag = "v${version}";
28-
hash = "sha256-0gdXjr+mRInZtvmgH1vRjLCkXZmTn1zWmD3E1ass9hQ=";
28+
hash = "sha256-VzHGjV2WWCebUh3UINFi4DbrXBnZXVK2GQtcJb0oKoM=";
2929
};
3030

3131
build-system = [

0 commit comments

Comments
 (0)