python3Packages.exa-py: 2.12.0-unstable-2026-04-15 -> 2.13.1-unstable-2026-06-03

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-06-05 16:16:14 -07:00
parent 399deb5c3f
commit d6ced4c232
@@ -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
];