Merge pull request #259173 from GaetanLepage/nvitop

nvitop: 1.3.0 -> 1.3.1
This commit is contained in:
Nick Cao 2023-10-05 09:20:47 -04:00 committed by GitHub
commit a244d77b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "nvitop";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "XuehaiPan";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nHJ2m5Q0IWl0nx13iGBkHsHj2YdPS+33kLUBsjbpyuM=";
hash = "sha256-DPdKdIqFUozTt5Go3+c7oSv9tZSio486QeSlSfIrBZ4=";
};
pythonRelaxDeps = [ "nvidia-ml-py" ];