python312Packages.pytest-datadir: 1.5.0 -> 1.6.1 (#381470)

authored by

Kira Bruneau and committed by
GitHub
b0f809f1 43809f19

+3 -3
+3 -3
pkgs/development/python-modules/pytest-datadir/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytest-datadir"; 13 - version = "1.5.0"; 13 + version = "1.6.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "gabrielcnr"; 20 20 repo = "pytest-datadir"; 21 21 tag = "v${version}"; 22 - hash = "sha256-sRLqL+8Jf5Kz+qscuG3hClUuPA+33PQa+ob1ht/7CJE="; 22 + hash = "sha256-qyJlg9Ck128NpJhLw2x7LuNtdSx3AaTQEUQ7fb2Aglg="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ ··· 34 34 meta = with lib; { 35 35 description = "Pytest plugin for manipulating test data directories and files"; 36 36 homepage = "https://github.com/gabrielcnr/pytest-datadir"; 37 - changelog = "https://github.com/gabrielcnr/pytest-datadir/blob/v${version}/CHANGELOG.rst"; 37 + changelog = "https://github.com/gabrielcnr/pytest-datadir/blob/${src.tag}/CHANGELOG.rst"; 38 38 license = licenses.mit; 39 39 maintainers = with maintainers; [ kira-bruneau ]; 40 40 };