Unverified Commit 6b044e2a authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

glances: 4.5.3.2 -> 4.5.4 (#512458)

parents 69b27b94 422e4e90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "glances";
  version = "4.5.3.2";
  version = "4.5.4";
  pyproject = true;

  disabled = python3Packages.isPyPy;
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    owner = "nicolargo";
    repo = "glances";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QMKi37+uuRkZxK1qcRIUDAElLU7njjGYUoSecBdbCO0=";
    hash = "sha256-oIuvVI1vXPrtJjWie/iDoCBM++Z7i4IQ5DPE6Yi3npA=";
  };

  build-system = with python3Packages; [ setuptools ];