Merge pull request #126119 from r-ryantm/auto-update/leptonica

leptonica: 1.80.0 -> 1.81.0
master
Robert Scott 2021-06-08 00:44:03 +01:00 committed by GitHub
commit f63332768e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "leptonica";
version = "1.80.0";
version = "1.81.0";
src = fetchurl {
url = "http://www.leptonica.org/source/${pname}-${version}.tar.gz";
sha256 = "192bs676ind8627f0v3v8d1q7r4xwc7q0zvbdbxn1fgvmv14d77c";
sha256 = "sha256-0ZKwVem9YLhBEQI8yYDDc5Dm1CexlKj9K9YRVDo73a0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];