From 8fc3e41843057297bd375ff32482375e6592bd37 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Jul 2026 03:54:59 +0200 Subject: [PATCH] python3Packages.syrupy: 5.2.0 -> 5.5.3 https://github.com/syrupy-project/syrupy/blob/v5.5.3/CHANGELOG.md --- pkgs/development/python-modules/syrupy/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/syrupy/default.nix b/pkgs/development/python-modules/syrupy/default.nix index 84939fcf0ab4..08a2e69b4708 100644 --- a/pkgs/development/python-modules/syrupy/default.nix +++ b/pkgs/development/python-modules/syrupy/default.nix @@ -5,7 +5,6 @@ hatchling, hypothesis, pydantic, - pyprojectVersionPatchHook, pytest, pytest-xdist, invoke, @@ -13,23 +12,18 @@ buildPythonPackage (finalAttrs: { pname = "syrupy"; - version = "5.2.0"; + version = "5.5.3"; pyproject = true; src = fetchFromGitHub { owner = "syrupy-project"; repo = "syrupy"; tag = "v${finalAttrs.version}"; - hash = "sha256-tivRKADRYyyNmNOOd0w2qTseA3t7TMwkAkQ/Kr6wp6U="; + hash = "sha256-aFwYJsDviI7j7xeEdtDGy0t4JCLMr/z57Gjl9mQo0SE="; }; build-system = [ hatchling ]; - nativeBuildInputs = [ - # the commit updating the version happens only after tagging - pyprojectVersionPatchHook - ]; - buildInputs = [ pytest ]; nativeCheckInputs = [