Unverified Commit 326ac11e authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python313Packages.syrupy: 4.8.1 -> 4.8.2 (#383786)

parents 3349acd7 46dcbf99
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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 ];