mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
python: handout: 1.0.0 -> 1.1.1
This commit is contained in:
parent
38aaf0dae2
commit
3c301e8ead
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "handout";
|
pname = "handout";
|
||||||
version = "1.0.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "16y1wqx8j4kf6fa94x22njrkdfb2cfi0dvc7a4q2qsa8m3ri0b43";
|
sha256 = "dbe5da9b422fa937b94a1a5221ce99387ebd75fe97ab4255e49b26d846b8614b";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ imageio imageio-ffmpeg ];
|
propagatedBuildInputs = [ imageio imageio-ffmpeg ];
|
||||||
|
Loading…
Reference in New Issue
Block a user