python3Packages.pytest-shared-session-scope: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-11-07 11:05:55 +00:00
parent 0ef8247742
commit ede2cb5a16
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytest-shared-session-scope";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "StefanBRas";
repo = "pytest-shared-session-scope";
tag = "v${version}";
hash = "sha256-HB8RuF/+BmW3KBZ7C8EpUMuBntvcjSsrkLUiBvPwcf8=";
hash = "sha256-IPTktwOJhzoC7/gPgMVwbLCkRuhbPf90m23yznqHha4=";
};
build-system = [ hatchling ];