python3Packages.inline-snapshot: 0.32.5 -> 0.34.2

https://redirect.github.com/15r10nk/inline-snapshot/blob/0.34.2/CHANGELOG.md
(cherry picked from commit 279d557d56)
This commit is contained in:
Martin Weinelt
2026-07-12 12:58:53 +02:00
committed by Gerhard Schwanzer
parent 6c9e167faa
commit e2da080c23

View File

@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "inline-snapshot";
version = "0.32.5";
version = "0.34.2";
pyproject = true;
src = fetchFromGitHub {
owner = "15r10nk";
repo = "inline-snapshot";
tag = version;
hash = "sha256-xnooMIm0UiNOWrZ4JZwbpFzliGsTF7b1DAXi1fxMb30=";
hash = "sha256-4Uvc925/6RxJRHjP3SZaB7T+gqky5KlL9agHy/14Jd0=";
};
build-system = [ hatchling ];