Unverified Commit cf1e2f30 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #244560 from fabaff/syrupy-bump

python311Packages.syrupy: 4.0.2 -> 4.0.7
parents b367b9cf db478b75
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "syrupy";
  version = "4.0.2";
  version = "4.0.8";
  format = "pyproject";

  disabled = pythonOlder "3.8.1";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "tophat";
    repo = "syrupy";
    rev = "refs/tags/v${version}";
    hash = "sha256-luYYh6L7UxW8wkp1zxR0EOmyTj0mIZ6Miy6HcVHebo4=";
    hash = "sha256-qUKOZHkpQmeS/QELRf1FoUniaHs/gYyOtsBCFOidx4g=";
  };

  nativeBuildInputs = [
@@ -46,6 +46,8 @@ buildPythonPackage rec {
    runHook postCheck
  '';

  pythonImportsCheck = [ "syrupy" ];

  meta = with lib; {
    changelog = "https://github.com/tophat/syrupy/releases/tag/v${version}";
    description = "Pytest Snapshot Test Utility";