Unverified Commit 5809b092 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.qtconsole: 5.7.1 -> 5.7.2 (#505416)

parents 6917611b bbf0517a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage (finalAttrs: {
  pname = "qtconsole";
  version = "5.7.1";
  version = "5.7.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jupyter";
    repo = "qtconsole";
    tag = finalAttrs.version;
    hash = "sha256-3NXW/6W0Gr8/LnB6VfHgFWJdwty4gLe2D8YzXn0/Cds=";
    hash = "sha256-GL6CAXijlgc/3nj9KaJJgK+AIq6wHdEf0kpgryJ3KuQ=";
  };

  build-system = [ setuptools ];