python3Packages.scikit-base: 0.12.3 -> 0.12.4 (#429306)

This commit is contained in:
kirillrdy
2025-07-30 07:39:42 +10:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "scikit-base";
version = "0.12.3";
version = "0.12.4";
pyproject = true;
src = fetchFromGitHub {
owner = "sktime";
repo = "skbase";
tag = "v${version}";
hash = "sha256-UaAzEw/crkHg7Gyu0xWdQwlqP8M/00Pv82+G3fXQ9hs=";
hash = "sha256-gyI/UCPAIH3gtW/e93w0D5e/HDdLA7GpSml/IJE8ipM=";
};
build-system = [ setuptools ];