Unverified Commit bd2fe834 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.pytest-textual-snapshot: 0.4.0 -> 1.0.0 (#336106)

parents c8cbd337 0c2e6f18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "pytest-textual-snapshot";
  version = "0.4.0";
  version = "1.0.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Textualize";
    repo = "pytest-textual-snapshot";
    rev = "refs/tags/v${version}";
    hash = "sha256-XkXeyodRdwWqCP63Onx82Z3IbNLDDR/Lvaw8xUY7fAg=";
    hash = "sha256-C8vL2kLOvVcDlTtNiG/pf7PwHzb/F0sWdkEcLvdGrd8=";
  };

  nativeBuildInputs = [ poetry-core ];