djhtml: 3.0.9 -> 3.0.10 (#451717)

This commit is contained in:
Nick Cao
2025-10-14 21:17:25 +00:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "djhtml";
version = "3.0.9";
version = "3.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "rtts";
repo = "djhtml";
tag = version;
hash = "sha256-sQet4Znnp05Y9Cojyqk0cl7KGHDotq5d8IZlFEdDL/I=";
hash = "sha256-7K7/Zm6ORfza9AD+Jyl+0Q5zlxgF+WpH3a1O18VpT5k=";
};
build-system = [ python3Packages.setuptools ];