Unverified Commit 36353c84 authored by natsukium's avatar natsukium
Browse files
parent e4509e38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "qtconsole";
  version = "5.6.0";
  version = "5.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jupyter";
    repo = "qtconsole";
    rev = "refs/tags/${version}";
    hash = "sha256-V82tGAmpvfGeUoewtJXXsBBXx2HNcV9/IMJxJg3bJL8=";
    hash = "sha256-esCt7UQ0va/FJ0gdSrcc/k/FgyBVqKy7ttrN6E6mx+E=";
  };

  build-system = [ setuptools ];