tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.djangocms-text-ckeditor: 5.1.6 -> 5.1.7
R. Ryantm
1 year ago
39c2411e
29542199
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
djangocms-text-ckeditor
default.nix
+2
-2
pkgs/development/python-modules/djangocms-text-ckeditor/default.nix
reviewed
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "djangocms-text-ckeditor";
16
16
-
version = "5.1.6";
16
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
24
-
hash = "sha256-ow2S4FJkO037QUkAf3FheVl2O4BaLw1PSSCVRBhlRX0=";
24
24
+
hash = "sha256-xyl2TMXzyFaRGyBDku8fu++DE0G72cYv8AstPwcVnIM=";
25
25
};
26
26
27
27
build-system = [ setuptools ];