python37Packages.pymediainfo: 3.1 -> 4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pymediainfo/versions
This commit is contained in:
R. RyanTM 2019-05-02 01:34:22 -07:00
parent a381d42221
commit a7bcea5f8a

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "pymediainfo";
version = "3.1";
version = "4.0";
src = fetchPypi {
inherit pname version;
sha256 = "00awypv2nbn44cc38q7w747gx1xhj33cygzzl56jn5jd3hdlldn7";
sha256 = "1yjs208c34p2xsc0r8vbi264ii5hixh546718n06b7v670glqjir";
};
postPatch = ''