nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.mkl-service: 2.4.2 -> 2.5.2

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/mkl-service/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "mkl-service"; 13 - version = "2.4.2"; 13 + version = "2.5.2"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "IntelPython"; 18 18 repo = "mkl-service"; 19 19 tag = "v${version}"; 20 - hash = "sha256-o5mjZhqQc7tu44EjrScuGzv6pZNlnZnndMIAhl8pY5o="; 20 + hash = "sha256-uP4TzBLhlpT83FIYCjolP3QN5/90YjBOnauy780gUJc="; 21 21 }; 22 22 23 23 build-system = [