djhtml: 3.0.8 -> 3.0.9 (#434253)

This commit is contained in:
Nick Cao
2025-08-17 19:39:11 -04:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "djhtml";
version = "3.0.8";
version = "3.0.9";
pyproject = true;
src = fetchFromGitHub {
owner = "rtts";
repo = "djhtml";
tag = version;
hash = "sha256-1bopV6mjwjXdoIN9i3An4NvSpeGcVlQ24nLLjP/UfQU=";
hash = "sha256-sQet4Znnp05Y9Cojyqk0cl7KGHDotq5d8IZlFEdDL/I=";
};
build-system = [ python3Packages.setuptools ];