python311Packages.gpustat: 1.0.0 -> 1.1

Changelog: https://github.com/wookayin/gpustat/releases/tag/v1.1
This commit is contained in:
Fabian Affolter 2023-06-10 23:51:18 +02:00
parent 5dc309354d
commit 6526475856

View file

@ -8,18 +8,19 @@
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, setuptools-scm
}:
buildPythonPackage rec {
pname = "gpustat";
version = "1.0.0";
version = "1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WB6P+FjDLJWjIruPA/HZ3D0Xe07LM93L7Sw3PGf04/E=";
hash = "sha256-yPwQVASqwRiE9w7S+gbP0hDTzTicyuSpvDhXnHJGDO4=";
};
pythonRelaxDeps = [
@ -28,6 +29,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
pythonRelaxDepsHook
setuptools-scm
];
propagatedBuildInputs = [