lol

python312Packages.djangocms-text-ckeditor: 5.1.6 -> 5.1.7

+2 -2
+2 -2
pkgs/development/python-modules/djangocms-text-ckeditor/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "djangocms-text-ckeditor"; 16 - version = "5.1.6"; 16 + version = "5.1.7"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 21 21 src = fetchPypi { 22 22 inherit version; 23 23 pname = "djangocms_text_ckeditor"; 24 - hash = "sha256-ow2S4FJkO037QUkAf3FheVl2O4BaLw1PSSCVRBhlRX0="; 24 + hash = "sha256-xyl2TMXzyFaRGyBDku8fu++DE0G72cYv8AstPwcVnIM="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];