djhtml: 3.0.8 -> 3.0.9

This commit is contained in:
R. Ryantm 2025-08-16 14:57:27 +00:00
parent 9924e964e8
commit f65c7e11f9

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 ];