Merge pull request #149824 from r-ryantm/auto-update/python38Packages.pynvml

python38Packages.pynvml: 11.0.0 -> 11.4.1
This commit is contained in:
Jörg Thalheim 2021-12-09 11:26:04 +00:00 committed by GitHub
commit 8dacfbe41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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