python3Packages.pynvml: 8.0.4 -> 11.0.0

This commit is contained in:
Ben Darwin 2021-08-08 02:22:19 -04:00
parent 52279811f5
commit 79031751b9

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "pynvml";
version = "8.0.4";
version = "11.0.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0pfykj1amqh1rixp90rg85v1nj6qmx89fahqr6ii4zlcckffmm68";
sha256 = "sha256-1fxKItNVtAw0HWugqoiKLU0iUxd9JDkA+EAbfmyssbs=";
};
propagatedBuildInputs = [ cudatoolkit ];