From 8bec60c885e6be834b18ab632270623586e6c5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 5 Feb 2025 09:22:42 -0800 Subject: [PATCH] python313Packages.pyheos: 1.0.0 -> 1.0.1 (#379000) https://github.com/andrewsayre/pyheos/releases/tag/1.0.1 --- pkgs/development/python-modules/pyheos/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyheos/default.nix b/pkgs/development/python-modules/pyheos/default.nix index 922a7ff325dd..3f71351530e4 100644 --- a/pkgs/development/python-modules/pyheos/default.nix +++ b/pkgs/development/python-modules/pyheos/default.nix @@ -5,18 +5,19 @@ setuptools, pytest-asyncio, pytestCheckHook, + syrupy, }: buildPythonPackage rec { pname = "pyheos"; - version = "1.0.0"; + version = "1.0.1"; pyproject = true; src = fetchFromGitHub { owner = "andrewsayre"; repo = "pyheos"; tag = version; - hash = "sha256-0td3Xv2BwOwcuU0ZlPA86eQd326vRjB7UMysN/RGjMU="; + hash = "sha256-2hrWK3nRFnRtv4dfXXELOxKwttG9Oo2I2+eSXcfgUi8="; }; build-system = [ setuptools ]; @@ -24,6 +25,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook + syrupy ]; disabledTests = [