We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84825a8 + 804b658 commit 302049dCopy full SHA for 302049d
pkgs/development/python-modules/scikit-base/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "scikit-base";
11
- version = "0.12.1";
+ version = "0.12.2";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "sktime";
16
repo = "skbase";
17
tag = "v${version}";
18
- hash = "sha256-UGYkYhgo6LzlZTg6YDehJXd4D5p8FfUgWPdlW4PPOdI=";
+ hash = "sha256-Bkvk3x76DuLr7Q3NkD7z0ycXK6+K+24hawWeBrX6t1w=";
19
};
20
21
build-system = [ setuptools ];
0 commit comments