python3Packages.scikit-base: 0.12.2 -> 0.12.3 (#412854)

This commit is contained in:
Nick Cao 2025-06-01 10:12:55 -04:00 committed by GitHub
commit 1978b3378e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "scikit-base";
version = "0.12.2";
version = "0.12.3";
pyproject = true;
src = fetchFromGitHub {
owner = "sktime";
repo = "skbase";
tag = "v${version}";
hash = "sha256-Bkvk3x76DuLr7Q3NkD7z0ycXK6+K+24hawWeBrX6t1w=";
hash = "sha256-UaAzEw/crkHg7Gyu0xWdQwlqP8M/00Pv82+G3fXQ9hs=";
};
build-system = [ setuptools ];