Commit b05bb032 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.jupyterhub: 5.4.3 -> 5.4.4

parent ca4b6600
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -48,19 +48,19 @@

buildPythonPackage rec {
  pname = "jupyterhub";
  version = "5.4.3";
  version = "5.4.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jupyterhub";
    repo = "jupyterhub";
    tag = version;
    hash = "sha256-2LxbLwkEXpMBE5Fy7+3vQGO+CEKM50Ou5vATT6JtA8s=";
    hash = "sha256-c7xbZvq43YT8EE3rnuJDotIsD/pEgnQvJX8U46q6yq0=";
  };

  npmDeps = fetchNpmDeps {
    inherit src;
    hash = "sha256-IlY0dRHXsrEWNfBqUSk7hwU+CmlUfGPtXTPNcOBT8Bw=";
    hash = "sha256-64FRdLHBpnywpCLjsMoXmWp/tK00+QwNIR9yAoQFIbg=";
  };

  postPatch = ''