mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
python37Packages.moviepy: 1.0.1 -> 1.0.2
This commit is contained in:
parent
e50c67ad7e
commit
50a535c52f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue