From 39c2411e44ec4a5174ba7921a6dcce6ae20c944c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 1 Apr 2025 15:02:08 +0000 Subject: [PATCH] python312Packages.djangocms-text-ckeditor: 5.1.6 -> 5.1.7 --- .../python-modules/djangocms-text-ckeditor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/djangocms-text-ckeditor/default.nix b/pkgs/development/python-modules/djangocms-text-ckeditor/default.nix index 36ff0f0dc3fb..630923fd0d05 100644 --- a/pkgs/development/python-modules/djangocms-text-ckeditor/default.nix +++ b/pkgs/development/python-modules/djangocms-text-ckeditor/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "djangocms-text-ckeditor"; - version = "5.1.6"; + version = "5.1.7"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "djangocms_text_ckeditor"; - hash = "sha256-ow2S4FJkO037QUkAf3FheVl2O4BaLw1PSSCVRBhlRX0="; + hash = "sha256-xyl2TMXzyFaRGyBDku8fu++DE0G72cYv8AstPwcVnIM="; }; build-system = [ setuptools ];