python: handout: 1.0.0 -> 1.1.1

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:35 +02:00
parent 38aaf0dae2
commit 3c301e8ead

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "handout";
version = "1.0.0";
version = "1.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "16y1wqx8j4kf6fa94x22njrkdfb2cfi0dvc7a4q2qsa8m3ri0b43";
sha256 = "dbe5da9b422fa937b94a1a5221ce99387ebd75fe97ab4255e49b26d846b8614b";
};
propagatedBuildInputs = [ imageio imageio-ffmpeg ];