Commit 3a6fb5ac authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.nbclassic: 0.5.2 -> 1.0.0

parent d044fc89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonPackage rec {
  pname = "nbclassic";
  version = "0.5.2";
  version = "1.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-QPEbvMWeiVbD1e8TLeyOWoU+iT7Pgx55HVTaDYpQ150=";
    hash = "sha256-CuEesjGUVdgFWWvzIDNs2pVUtB2Zq5o8Mb+BgL/6MOM=";
  };

  propagatedBuildInputs = [