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 { python3Packages.buildPythonApplication rec {
pname = "djhtml"; pname = "djhtml";
version = "3.0.8"; version = "3.0.9";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rtts"; owner = "rtts";
repo = "djhtml"; repo = "djhtml";
tag = version; tag = version;
hash = "sha256-1bopV6mjwjXdoIN9i3An4NvSpeGcVlQ24nLLjP/UfQU="; hash = "sha256-sQet4Znnp05Y9Cojyqk0cl7KGHDotq5d8IZlFEdDL/I=";
}; };
build-system = [ python3Packages.setuptools ]; build-system = [ python3Packages.setuptools ];