python313Packages.pytest-spec: update changelog entry

Changed files
+1 -1
pkgs
development
python-modules
pytest-spec
+1 -1
pkgs/development/python-modules/pytest-spec/default.nix
···
pythonImportsCheck = [ "pytest_spec" ];
meta = {
-
changelog = "https://github.com/pchomik/pytest-spec/blob/${src.rev}/CHANGES.txt";
+
changelog = "https://github.com/pchomik/pytest-spec/blob/${src.tag}/CHANGES.txt";
description = "Pytest plugin to display test execution output like a SPECIFICATION";
homepage = "https://github.com/pchomik/pytest-spec";
license = lib.licenses.gpl2Plus;