Merge pull request #261001 from r-ryantm/auto-update/python310Packages.gpustat

python310Packages.gpustat: 1.1 -> 1.1.1
This commit is contained in:
Nick Cao 2023-10-14 10:16:33 -04:00 committed by GitHub
commit 78126acf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "gpustat";
version = "1.1";
version = "1.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yPwQVASqwRiE9w7S+gbP0hDTzTicyuSpvDhXnHJGDO4=";
hash = "sha256-wY0+1VGPwWMAxC1pTevHCuuzvlXK6R8dtk1jtfqK+dg=";
};
pythonRelaxDeps = [