Robert Schütz
2025-02-20 16:01:07 -08:00
parent ce48a09129
commit 46dcbf9938
@@ -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 ];