python39Packages.nvidia-ml-py: 11.515.48 -> 11.515.75

This commit is contained in:
R. Ryantm 2022-12-27 02:55:55 +00:00
parent c2e1d345cb
commit 48adc1627b

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "nvidia-ml-py";
version = "11.515.48";
version = "11.515.75";
format = "setuptools";
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-iNLQu9c8Q3B+FXMObRTtxqE3B/siJIlIlCH6T0rX+sY=";
hash = "sha256-48dfBtWjIB3FETbgDljFwTKzvl1gTYbBQ0Jq205BxJA=";
};
patches = [