Skip to content

Commit

Permalink
Merge pull request #61361 from r-ryantm/auto-update/python3.7-av
Browse files Browse the repository at this point in the history
python37Packages.av: 6.1.2 -> 6.2.0
  • Loading branch information
marsam committed May 13, 2019
2 parents 395bcc0 + 1d11a3d commit 0da7b54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/av/default.nix
@@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, nose
, numpy
, ffmpeg_4
, libav
Expand All @@ -10,14 +9,14 @@

buildPythonPackage rec {
pname = "av";
version = "6.1.2";
version = "6.2.0";

src = fetchPypi {
inherit pname version;
sha256 = "eebbb56eeae650b1fc551f94d51aee39b487bf4df73c39daea186c5d2950650f";
sha256 = "1wm33qajxcpl9rn7zfb2pwwqn87idb7ic7h5zwy2hgbpjnh3vc2g";
};

checkInputs = [ nose numpy ];
checkInputs = [ numpy ];

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ffmpeg_4 ];
Expand Down

0 comments on commit 0da7b54

Please sign in to comment.