Skip to content

Commit 302049d

Browse files
authored
python312Packages.scikit-base: 0.12.1 -> 0.12.2 (NixOS#397207)
2 parents 84825a8 + 804b658 commit 302049d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/scikit-base/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "scikit-base";
11-
version = "0.12.1";
11+
version = "0.12.2";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "sktime";
1616
repo = "skbase";
1717
tag = "v${version}";
18-
hash = "sha256-UGYkYhgo6LzlZTg6YDehJXd4D5p8FfUgWPdlW4PPOdI=";
18+
hash = "sha256-Bkvk3x76DuLr7Q3NkD7z0ycXK6+K+24hawWeBrX6t1w=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)