python312Packages.pytest-datadir: 1.7.2 -> 1.8.0

Changed files
+2 -2
pkgs
development
python-modules
pytest-datadir
+2 -2
pkgs/development/python-modules/pytest-datadir/default.nix
···
buildPythonPackage rec {
pname = "pytest-datadir";
-
version = "1.7.2";
+
version = "1.8.0";
format = "pyproject";
disabled = pythonOlder "3.8";
···
owner = "gabrielcnr";
repo = "pytest-datadir";
tag = "v${version}";
-
hash = "sha256-0y+1Al8nocCJXZyu8gLbYnXJzUu/oD31Zhn901XxWds=";
+
hash = "sha256-ttzYFzePPpFY6DfMGLVImZMiehuR9IhmIFxBlgrDDmk=";
};
nativeBuildInputs = [