Unverified Commit 67d15350 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.jupyterhub: 5.4.0 -> 5.4.1 (#453431)

parents 10694b28 dfc4a24d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -51,14 +51,14 @@

buildPythonPackage rec {
  pname = "jupyterhub";
  version = "5.4.0";
  version = "5.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jupyterhub";
    repo = "jupyterhub";
    rev = "refs/tags/${version}";
    hash = "sha256-OCrEmNwWhOMJE/uTDUyEZzJlWqyzNp6CnvDsOg5hZkU=";
    tag = version;
    hash = "sha256-8hClknn0GfXbfXEzoYnb6qCXby7MU6BUDVoAG80UgNA=";
  };

  npmDeps = fetchNpmDeps {