Skip to content

Commit a095503

Browse files
python312Packages.nvidia-ml-py: 12.560.30 -> 12.570.86 (#378956)
2 parents 9d618a6 + d3c65f0 commit a095503

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/nvidia-ml-py

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/nvidia-ml-py/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "nvidia-ml-py";
14-
version = "12.560.30";
14+
version = "12.570.86";
1515

1616
pyproject = true;
1717

1818
src = fetchPypi {
19-
inherit pname version;
20-
extension = "tar.gz";
21-
hash = "sha256-8CVNx0AGR2gKBy7gJQm/1GECtgvf7KMhV21NSBfn/pc=";
19+
pname = "nvidia_ml_py";
20+
inherit version;
21+
hash = "sha256-BQjUoMe20BXPV0UwuVpi7U/InaO4tH4a7+Z3fbFw7Is=";
2222
};
2323

2424
patches = [

0 commit comments

Comments
 (0)