Merge pull request #317640 from r-ryantm/auto-update/python311Packages.nvidia-ml-py

python311Packages.nvidia-ml-py: 12.550.52 -> 12.555.43
This commit is contained in:
Pol Dellaiera 2024-06-06 10:50:32 +02:00 committed by GitHub
commit 6aae852d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "nvidia-ml-py";
version = "12.550.52";
version = "12.555.43";
format = "setuptools";
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-3+3XFDNccuZaMshun12xzUlSbUTW2McoCdmWlY9zTAc=";
hash = "sha256-6efxLvHsI0uw3CLSvcdi/6+rOUvcRyoHpDd8lbv5Ov4=";
};
patches = [