python3Packages.django-cte: 2.0.0 -> 3.0.0

This commit is contained in:
jopejoe1
2026-02-16 11:59:31 +01:00
parent d1599643e2
commit fe17e52752
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "django-cte";
version = "2.0.0";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dimagi";
repo = "django-cte";
tag = "v${version}";
hash = "sha256-DPbvmxTh24gTGvqzBg1VVN1LHxhGc+r81RITCuyccfw=";
hash = "sha256-pXTnk3Z+6jiqq7Q2JTpHxZSNHaTRT3lAAeuHTQIuzBM=";
};
build-system = [