python3Packages.scikit-base: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm
2026-01-28 06:49:36 +00:00
parent 95bb827dd6
commit a1ab2e0331
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "scikit-base";
version = "0.13.0";
version = "0.13.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sktime";
repo = "skbase";
tag = "v${version}";
hash = "sha256-fZytQprnp4WAxTJxXp+AAe7xDRfcxaCAELPS6eAfK4g=";
hash = "sha256-aprudD39bcQrCQbDU/IYcOZykKvSv6ZpakAwTCwCtGA=";
};
build-system = [ setuptools ];