Unverified Commit ec1598a8 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #302052 from r-ryantm/auto-update/python311Packages.jupyterhub

python311Packages.jupyterhub: 4.1.3 -> 4.1.5
parents a92a7918 6777f55e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,14 +72,14 @@ in

buildPythonPackage rec {
  pname = "jupyterhub";
  version = "4.1.3";
  version = "4.1.5";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-61RxYcVwl0SkUHPYePPgyWVAhZouZBmTHDbu986Ii4I=";
    hash = "sha256-Y7ofxxhDbBUZRqWKO0A+xP6LP2JPsZW8HY5ww5sz4ZQ=";
  };

  # Most of this only applies when building from source (e.g. js/css assets are