Merge pull request #136013 from r-ryantm/auto-update/python3.8-django-haystack

python38Packages.django-haystack: 3.0 -> 3.1.1
This commit is contained in:
Mario Rodas 2021-08-29 06:49:27 -05:00 committed by GitHub
commit 21db8b3e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "django-haystack";
version = "3.0";
version = "3.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "d490f920afa85471dd1fa5000bc8eff4b704daacbe09aee1a64e75cbc426f3be";
sha256 = "6d05756b95d7d5ec1dbd4668eb999ced1504b47f588e2e54be53b1404c516a82";
};
checkInputs = [ pysolr whoosh python-dateutil geopy coverage nose mock coverage requests ];