mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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:
committed by
Gerhard Schwanzer
parent
6c9e167faa
commit
e2da080c23
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user