Unverified Commit b557f9c1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.ipycanvas: 0.14.1 -> 0.14.2 (#466466)

parents e1ebb8ff 0f0700d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "ipycanvas";
  version = "0.14.1";
  version = "0.14.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-kh8UgiWLWSm1mTF7XBKZMdgOFr41+jgwCjLnqkz+n4k=";
    hash = "sha256-OFNwRHcRlN2jFjbEEHh4RxZyp6y1hLfotRgrIpsXBtU=";
  };

  # We relax dependencies here instead of pulling in a patch because upstream