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
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nvidia-ml-py";
|
pname = "nvidia-ml-py";
|
||||||
version = "11.525.84";
|
version = "11.525.112";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "tar.gz";
|
extension = "tar.gz";
|
||||||
hash = "sha256-WckO3WyKdkWL3JVFrLDc+Iv4igrYi2A3v8wFZDqkvVU=";
|
hash = "sha256-xk5HOVO2XsDMx2zzYBwxMKCsgGC7yuqRLMAPqOTJho0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue