mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
python3Packages.django-haystack: 3.3.0 -> 3.4.0
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-haystack";
|
||||
version = "3.3.0";
|
||||
version = "3.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "django_haystack";
|
||||
inherit version;
|
||||
hash = "sha256-487ta4AAYl2hTUCetNrGmJSQXirIrBj5v9tZMjygLqs=";
|
||||
hash = "sha256-Eianyc4T4efq2KyD9uh7/vSZbxRu0klx/eeJYRWxxTA=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -59,8 +59,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
# crashes in threading during tests
|
||||
broken = pythonAtLeast "3.14";
|
||||
description = "Pluggable search for Django";
|
||||
homepage = "http://haystacksearch.org/";
|
||||
changelog = "https://github.com/django-haystack/django-haystack/releases/tag/v${version}";
|
||||
|
||||
Reference in New Issue
Block a user