makejinja: 2.8.1 -> 2.8.2 (#468035)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-12 18:11:40 +00:00
committed by GitHub
+4 -4
View File
@@ -6,26 +6,26 @@
python3Packages.buildPythonApplication rec {
pname = "makejinja";
version = "2.8.1";
version = "2.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mirkolenz";
repo = "makejinja";
tag = "v${version}";
hash = "sha256-vK5MJb4n3/NmkohpJ1shEexvjHlEAfwZJWy2oL+rzRk=";
hash = "sha256-TH4pgohh6yIgsPtsHnYSUr17Apk8C02KD+8sNO5GOf8=";
};
build-system = with python3Packages; [ setuptools ];
build-system = with python3Packages; [ uv-build ];
dependencies =
with python3Packages;
[
frozendict
jinja2
pyyaml
rich-click
typed-settings
immutables
]
++ typed-settings.optional-dependencies.attrs
++ typed-settings.optional-dependencies.cattrs