python312Packages.pytest-textual-snapshot: 0.4.0 -> 1.0.0

This commit is contained in:
R. Ryantm
2024-08-20 16:38:02 +00:00
parent 625941e1a9
commit 0c2e6f18fd
@@ -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 ];