python3Packages.inline-snapshot: 0.28.0 -> 0.31.1

https://github.com/15r10nk/inline-snapshot/blob/0.31.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:19 +01:00
parent 5e13373312
commit a66f52cf49
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "inline-snapshot";
version = "0.28.0";
version = "0.31.1";
pyproject = true;
src = fetchFromGitHub {
owner = "15r10nk";
repo = "inline-snapshot";
tag = version;
hash = "sha256-f572H7jeolv9nONuRBtZR/pcVDs5oX/dOiEjXlJyiio=";
hash = "sha256-45e3M7WjGLhmn1Tdf7fD04jSA32TvB0QmFzvywJc3Ac=";
};
build-system = [ hatchling ];