forked from mirrors/nixpkgs
Merge pull request #207904 from r-ryantm/auto-update/python3.9-nvidia-ml-py
python39Packages.nvidia-ml-py: 11.515.48 -> 11.515.75
This commit is contained in:
commit
074c7c05d9
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue