python311Packages.nvidia-ml-py: 12.535.133 -> 12.550.52

This commit is contained in:
R. Ryantm 2024-04-28 11:48:34 +00:00
parent 9516f3c963
commit d11267c1d9

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "nvidia-ml-py";
version = "12.535.133";
version = "12.550.52";
format = "setuptools";
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-sVWa8NV90glVv1jQWv/3sWbd1ElH6zBRyZBWOHmesdw=";
hash = "sha256-3+3XFDNccuZaMshun12xzUlSbUTW2McoCdmWlY9zTAc=";
};
patches = [