python3Packages.mediapy: 1.1.2 -> 1.1.6

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:29 +01:00
parent 256f4d20bd
commit 59d23ead06

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "mediapy";
version = "1.1.2";
version = "1.1.6";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-uz+Pv3DvmhDajIqNpCj+2HsRT7Dh7Ks5yryhiEa8KOI=";
hash = "sha256-n0S3YEAJZNi+pRIaIT+U3JoiXQJtaoGZASg6aV5YVjQ=";
};
propagatedBuildInputs = [ ipython matplotlib numpy pillow ];