1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

python3Packages.vidstab: 1.7.2 -> 1.7.3

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:02:03 +02:00
parent 16b1eebeba
commit ccfeed1cca

View file

@ -10,12 +10,12 @@
}:
buildPythonPackage rec {
version = "1.7.2";
version = "1.7.3";
pname = "vidstab";
src = fetchPypi {
inherit pname version;
sha256 = "24cb7a25a6ed9a474f4d23c9deecf9163691fcde2559de10897f593ba849266b";
sha256 = "649a77a0c1b670d13a1bf411451945d7da439364dc0c33ee3636a23f1d82b456";
};
checkInputs = [ pytest ];