python312Packages.pytest-textual-snapshot: 1.0.0 -> 1.1.0 (#378072)

authored by

Fabian Affolter and committed by
GitHub
4a92df45 cedae36a

+2 -2
+2 -2
pkgs/development/python-modules/pytest-textual-snapshot/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pytest-textual-snapshot"; 16 - version = "1.0.0"; 16 + version = "1.1.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "Textualize"; 23 23 repo = "pytest-textual-snapshot"; 24 24 tag = "v${version}"; 25 - hash = "sha256-C8vL2kLOvVcDlTtNiG/pf7PwHzb/F0sWdkEcLvdGrd8="; 25 + hash = "sha256-ItwwaODnlya/T0Fk5DOPRLoBOwkUN5wq69cELuvy/Js="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ poetry-core ];