python3Packages.mediapy: 1.1.0 -> 1.1.2

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:24 +01:00
parent 3157d6a8b4
commit afc23a5a3b

View file

@ -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 ];