From 9c13e0e042c875663ee1eafc47e7e300aec2d511 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 20 Aug 2023 10:56:02 +0200 Subject: [PATCH] python311Packages.django-ckeditor: 6.5.1 -> 6.7 Diff: https://github.com/django-ckeditor/django-ckeditor/compare/refs/tags/6.5.1...6.7 Changelog: https://github.com/django-ckeditor/django-ckeditor/blob/6.7/CHANGELOG.rst --- pkgs/development/python-modules/django-ckeditor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-ckeditor/default.nix b/pkgs/development/python-modules/django-ckeditor/default.nix index b741102f958e..b0df11aefd0c 100644 --- a/pkgs/development/python-modules/django-ckeditor/default.nix +++ b/pkgs/development/python-modules/django-ckeditor/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "django-ckeditor"; - version = "6.5.1"; + version = "6.7"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "django-ckeditor"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Gk8mAG0WIMQZolaE1sRDmzSkfiNHi/BWiotEtIC4WLk="; + hash = "sha256-mZQ5s3YbumYmT0zRWPFIvzt2TbtDLvVcJjZVAwn31E8="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;