python310Packages.mediapy: 1.1.9 -> 1.2.0

This commit is contained in:
R. Ryantm
2023-12-20 18:50:04 +00:00
parent 6b25f0686e
commit cfd3e9017e
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "mediapy";
version = "1.1.9";
version = "1.2.0";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-WUOxtE0NfXi0fpdasZTqixPhVV2+Refatvf6dgCb0Z8=";
hash = "sha256-enxOx0hZ+fksk8ibsDWg0Bl/cJeSBHE37bN/D1ucECg=";
};
nativeBuildInputs = [ flit-core ];