From d6ced4c232dcaa9ffafc64a4bafff06dd5c8ae3e Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Fri, 5 Jun 2026 16:16:14 -0700 Subject: [PATCH] python3Packages.exa-py: 2.12.0-unstable-2026-04-15 -> 2.13.1-unstable-2026-06-03 Signed-off-by: Ethan Carter Edwards --- pkgs/development/python-modules/exa-py/default.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/exa-py/default.nix b/pkgs/development/python-modules/exa-py/default.nix index 0dbe5c755d83..2566261e5276 100644 --- a/pkgs/development/python-modules/exa-py/default.nix +++ b/pkgs/development/python-modules/exa-py/default.nix @@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: { pname = "exa-py"; - version = "2.12.0-unstable-2026-04-15"; + version = "2.13.1-unstable-2026-06-03"; pyproject = true; __structuredAttrs = true; @@ -35,18 +35,10 @@ buildPythonPackage (finalAttrs: { src = fetchFromGitHub { owner = "exa-labs"; repo = "exa-py"; - rev = "af7f88999763f1cb7e3c4a67f4aa24cef5f6eb11"; - hash = "sha256-7rLEvjngSRObFdT1DcrZfqWBCsvWVxdNIgxBNhNNk+4="; + rev = "42fde906ecd069c15ad4888e1585b395a0db7edf"; + hash = "sha256-6o4SKAeP5q+57LCbbw5vP7r/dEA1HiQNa9CkopbTlxg="; }; - # https://github.com/pytest-dev/pytest-asyncio/issues/658 - # default behaviour changes with new python version. - # planning on trying to vendor upstream - postPatch = '' - substituteInPlace tests/unit/test_search_monitors.py --replace-fail \ - 'get_event_loop().run_until_complete' 'run' - ''; - build-system = [ poetry-core ];