Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python310Packages.tesserocr: 2.6.1 -> 2.6.2

+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.1"; 20 + version = "2.6.2"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - sha256 = "sha256-pz82cutgQ9ifMS6+40mcBiOsXIqeEquYdBWT+npZNPY="; 24 + sha256 = "sha256-RVJfocGjVvnRVanekbN1nKRECEr9hTVE9aKaqFizA5A="; 25 25 }; 26 26 27 27 # https://github.com/sirfz/tesserocr/issues/314