Merge pull request #216730 from r-ryantm/auto-update/python310Packages.pynvml

python310Packages.pynvml: 11.4.1 -> 11.5.0
This commit is contained in:
Mario Rodas
2023-02-17 07:37:02 -05:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pynvml";
version = "11.4.1";
version = "11.5.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "b2e4a33b80569d093b513f5804db0c7f40cfc86f15a013ae7a8e99c5e175d5dd";
sha256 = "sha256-0CeyG5WxCIufwngRf59ht8Z/jjOnh+n4P3NfD3GsMtA=";
};
patches = [