djhtml: 3.0.9 -> 3.0.10

This commit is contained in:
R. Ryantm
2025-10-13 16:09:04 +00:00
parent a5d79d36df
commit a304b726f5
+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 ];