Commit afc23a5a authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.mediapy: 1.1.0 -> 1.1.2

parent 3157d6a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "mediapy";
  version = "1.1.0";
  version = "1.1.2";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-CejgiCiW7an1GpKB5MUiA1Alkigv3RmfTq0um9pc93E=";
    hash = "sha256-uz+Pv3DvmhDajIqNpCj+2HsRT7Dh7Ks5yryhiEa8KOI=";
  };

  propagatedBuildInputs = [ ipython matplotlib numpy pillow ];