pythonPackages.glances: 2.11.1 -> 3.0

This commit is contained in:
Michael Weiss 2018-09-01 14:43:13 +02:00
parent 9e2e667d05
commit 173e48d5dd

View File

@ -5930,16 +5930,17 @@ in {
glances = buildPythonPackage rec { glances = buildPythonPackage rec {
name = "glances-${version}"; name = "glances-${version}";
version = "2.11.1"; version = "3.0";
disabled = isPyPy; disabled = isPyPy;
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nicolargo"; owner = "nicolargo";
repo = "glances"; repo = "glances";
rev = "v${version}"; rev = "v${version}";
sha256 = "1n3x0bkydlqmxdr0wdgfgichp8fyldzkaijj618y5ns2k5qiwsxr"; sha256 = "19pymw104l05af710ph69znqiz9av3if7436kigjlwd65gxnghkc";
}; };
# Requires access to /sys/class/power_supply
doCheck = false; doCheck = false;
buildInputs = with self; [ unittest2 ]; buildInputs = with self; [ unittest2 ];
@ -5950,7 +5951,7 @@ in {
''; '';
meta = { meta = {
homepage = "https://nicolargo.github.io/glances/"; homepage = https://nicolargo.github.io/glances/;
description = "Cross-platform curses-based monitoring tool"; description = "Cross-platform curses-based monitoring tool";
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ primeos koral ]; maintainers = with maintainers; [ primeos koral ];