diff --git a/pkgs/development/python-modules/syrupy/default.nix b/pkgs/development/python-modules/syrupy/default.nix index 9b8784fe1f9a..500c99428424 100644 --- a/pkgs/development/python-modules/syrupy/default.nix +++ b/pkgs/development/python-modules/syrupy/default.nix @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, - python, poetry-core, pytest, pytest-xdist, @@ -11,16 +10,14 @@ buildPythonPackage rec { pname = "syrupy"; - version = "4.8.1"; + version = "4.8.2"; pyproject = true; - disabled = lib.versionOlder python.version "3.8.1"; - src = fetchFromGitHub { owner = "syrupy-project"; repo = "syrupy"; tag = "v${version}"; - hash = "sha256-H/R2MKXdn/Oqow1Nt2tr45UQqJQs7O72hfA+lRU9V6w="; + hash = "sha256-3WC17rtk8FBNEECImIeiLnIFp/qsTGZSHxhh3F5K3G0="; }; build-system = [ poetry-core ];