python3Packages.django-cms: 5.0.5 -> 5.0.6

This commit is contained in:
R. Ryantm
2026-03-01 06:27:30 +00:00
parent 10edfe4e48
commit 68453cecc7
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-cms";
version = "5.0.5";
version = "5.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "django-cms";
repo = "django-cms";
tag = version;
hash = "sha256-s7sgENs1A5weAiZ2zQYIbAKFOWR3Jmhbsli3vLyqi/4=";
hash = "sha256-pYxIW/GGBIKzsQs2QJiRkScDPzSf3YXC+HkDsfAgg/w=";
};
build-system = [ setuptools ];