From 0602ec7981a024178c032beea5ca1ef5cfc3353e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Jun 2026 14:45:43 +0000 Subject: [PATCH] python3Packages.django-haystack: 3.3.0 -> 3.4.0 --- pkgs/development/python-modules/django-haystack/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/django-haystack/default.nix b/pkgs/development/python-modules/django-haystack/default.nix index 847843fd21e4..0991cfbd6d1a 100644 --- a/pkgs/development/python-modules/django-haystack/default.nix +++ b/pkgs/development/python-modules/django-haystack/default.nix @@ -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}";