python3Packages.inline-snapshot: 0.31.1 -> 0.32.4 (#496429)

This commit is contained in:
dotlambda
2026-03-04 19:46:08 +00:00
committed by GitHub
@@ -9,43 +9,48 @@
freezegun,
hatchling,
hypothesis,
isort,
pydantic,
pyright,
pytest,
pytest-freezer,
pytest-mock,
pytest-xdist,
pytestCheckHook,
rich,
time-machine,
toml,
typing-extensions,
}:
buildPythonPackage rec {
pname = "inline-snapshot";
version = "0.31.1";
version = "0.32.4";
pyproject = true;
src = fetchFromGitHub {
owner = "15r10nk";
repo = "inline-snapshot";
tag = version;
hash = "sha256-45e3M7WjGLhmn1Tdf7fD04jSA32TvB0QmFzvywJc3Ac=";
hash = "sha256-OuFSzrNOovQcXlZoqQFX19pNXXgRGPrLf9os12n4KfU=";
};
build-system = [ hatchling ];
buildInputs = [
pytest
];
dependencies = [
asttokens
executing
rich
toml
typing-extensions
];
nativeCheckInputs = [
freezegun
hypothesis
isort
pydantic
pyright
pytest-freezer
pytest-mock
pytest-xdist