python3Packages.scikit-base: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-06-07 19:45:37 +00:00
parent 4e3de3f102
commit abe990bce3
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "scikit-base";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sktime";
repo = "skbase";
tag = "v${version}";
hash = "sha256-qKMOvGm876zG2P9W593922YZvOOCSgUeEWXWkKiTnEY=";
hash = "sha256-XqmmKU9+QeUKVXUX6Xa3LkmZqDP3mRzxi1TA/6wRxTI=";
};
build-system = [ setuptools ];