Commit d3c65f06 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.nvidia-ml-py: 12.560.30 -> 12.570.86

parent 2200f3e6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "nvidia-ml-py";
  version = "12.560.30";
  version = "12.570.86";

  pyproject = true;

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

  patches = [