Merge pull request #84557 from r-ryantm/auto-update/python3.7-moviepy

python37Packages.moviepy: 1.0.1 -> 1.0.2
This commit is contained in:
Mario Rodas 2020-04-07 05:18:47 -05:00 committed by GitHub
commit 2578506248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,13 +25,13 @@ assert advancedProcessing -> (
buildPythonPackage rec {
pname = "moviepy";
version = "1.0.1";
version = "1.0.2";
disabled = !(pythonAtLeast "3.4");
src = fetchPypi {
inherit pname version;
sha256 = "1vgi9k1r4f5s9hzfzlhmmc574n80aq713ahv8cnbj3jci070lnwx";
sha256 = "0ajw2xmcd962qw2kxxnbp08l5vgk5k78sls9bb227lw8aa51ln80";
};
# No tests, require network connection