Merge pull request #245209 from r-ryantm/auto-update/python310Packages.tesserocr

python310Packages.tesserocr: 2.6.0 -> 2.6.1

authored by

Nick Cao and committed by
GitHub
bb179176 05a9e9b8

+2 -2
+2 -2
pkgs/development/python-modules/tesserocr/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "tesserocr"; 20 - version = "2.6.0"; 20 + version = "2.6.1"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - sha256 = "sha256-d0MNJytT2s073Ur11WP9wkrlG4b9vJzy6BRvKceryaQ="; 24 + sha256 = "sha256-pz82cutgQ9ifMS6+40mcBiOsXIqeEquYdBWT+npZNPY="; 25 25 }; 26 26 27 27 # https://github.com/sirfz/tesserocr/issues/314