forked from mirrors/nixpkgs
Merge pull request #233153 from r-ryantm/auto-update/python310Packages.nvidia-ml-py
python310Packages.nvidia-ml-py: 11.525.84 -> 11.525.112
This commit is contained in:
commit
3f374856e4
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "nvidia-ml-py";
|
||||
version = "11.525.84";
|
||||
version = "11.525.112";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "tar.gz";
|
||||
hash = "sha256-WckO3WyKdkWL3JVFrLDc+Iv4igrYi2A3v8wFZDqkvVU=";
|
||||
hash = "sha256-xk5HOVO2XsDMx2zzYBwxMKCsgGC7yuqRLMAPqOTJho0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue