python37Packages.pytesseract: 0.2.5 -> 0.2.6

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-pytesseract/versions
This commit is contained in:
R. RyanTM 2018-12-24 12:10:00 -08:00 committed by Frederik Rietdijk
parent f09e4a42af
commit f690bfd3f3

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pytesseract";
version = "0.2.5";
version = "0.2.6";
src = fetchPypi {
inherit pname version;
sha256 = "0wlz1vbg1k8cdrpzvrahjnbsfs4ki6xqhbkv17ycfchh7h6kfkfm";
sha256 = "0w4phjw0gn52hqlm3ixs2cmj25x7y7nk6ijr9f82wvjvb4hh7hhi";
};
patches = [