Loading pkgs/development/python-modules/syrupy/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, python, poetry-core, pytest, pytest-xdist, Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/syrupy/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, python, poetry-core, pytest, pytest-xdist, Loading @@ -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 ]; Loading