python37Packages.guessit: 3.0.3 -> 3.0.4

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-guessit/versions
This commit is contained in:
R. RyanTM 2019-06-17 11:39:16 -07:00
parent e2d07d2cc7
commit 1a7773998d
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "guessit";
version = "3.0.3";
version = "3.0.4";
src = fetchPypi {
inherit pname version;
sha256 = "1q06b3k31bfb8cxjimpf1rkcrwnc596a9cppjw15minvdangl32r";
sha256 = "1h9f4car26mkck360dxaf9ccdff3inbvpqyz4la2w3zjsz03x01p";
};
# Tests require more packages.