python3Packages.mkl-service: 2.4.2 -> 2.5.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:47 +02:00
parent a27479ac74
commit 186d03422c
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "mkl-service";
version = "2.4.2";
version = "2.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "IntelPython";
repo = "mkl-service";
tag = "v${version}";
hash = "sha256-o5mjZhqQc7tu44EjrScuGzv6pZNlnZnndMIAhl8pY5o=";
hash = "sha256-uP4TzBLhlpT83FIYCjolP3QN5/90YjBOnauy780gUJc=";
};
build-system = [