Merge pull request #184658 from r-ryantm/auto-update/recoll

python310Packages.recoll: 1.32.0 -> 1.32.5
This commit is contained in:
Jonas Heinrich 2022-08-02 11:05:07 +02:00 committed by GitHub
commit 28218196a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,11 +35,11 @@
mkDerivation rec {
pname = "recoll";
version = "1.32.0";
version = "1.32.5";
src = fetchurl {
url = "https://www.lesbonscomptes.com/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-4kt6g5MVZTyYLSH7q2z72nzAsU6fatC0vTebEKhSA6E=";
sha256 = "sha256-UvRpJkapN9nXHy3TY7SVdZ/sy8f3QCHkg3/FM0oP9VY=";
};
configureFlags = [ "--enable-recollq" "--disable-webkit" "--without-systemd" ]