python3Packages.recoll: 1.43.4 -> 1.43.5 (#438898)

authored by

Wolfgang Walther and committed by
GitHub
7e84ed0a 3e48f00d

+2 -2
+2 -2
pkgs/applications/search/recoll/default.nix
··· 75 75 76 76 mkDerivation rec { 77 77 pname = "recoll"; 78 - version = "1.43.4"; 78 + version = "1.43.5"; 79 79 80 80 src = fetchurl { 81 81 url = "https://www.recoll.org/${pname}-${version}.tar.gz"; 82 - hash = "sha256-QsciFCPPThcOlMoAx24ykigfHSEopnUtViquHf1kNMs="; 82 + hash = "sha256-Px3uK7I/MkrJbAOmV2ipVct/+p05SST6TLTYoDaLNdQ="; 83 83 }; 84 84 85 85 mesonFlags = [