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 14 buildPythonPackage rec { 15 pname = "pytest-textual-snapshot"; 16 - version = "1.0.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "Textualize"; 23 repo = "pytest-textual-snapshot"; 24 tag = "v${version}"; 25 - hash = "sha256-C8vL2kLOvVcDlTtNiG/pf7PwHzb/F0sWdkEcLvdGrd8="; 26 }; 27 28 nativeBuildInputs = [ poetry-core ];
··· 13 14 buildPythonPackage rec { 15 pname = "pytest-textual-snapshot"; 16 + version = "1.1.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "Textualize"; 23 repo = "pytest-textual-snapshot"; 24 tag = "v${version}"; 25 + hash = "sha256-ItwwaODnlya/T0Fk5DOPRLoBOwkUN5wq69cELuvy/Js="; 26 }; 27 28 nativeBuildInputs = [ poetry-core ];