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
This commit is contained in:
parent
4c91793712
commit
9c13e0e042
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-ckeditor";
|
pname = "django-ckeditor";
|
||||||
version = "6.5.1";
|
version = "6.7";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "django-ckeditor";
|
owner = "django-ckeditor";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-Gk8mAG0WIMQZolaE1sRDmzSkfiNHi/BWiotEtIC4WLk=";
|
hash = "sha256-mZQ5s3YbumYmT0zRWPFIvzt2TbtDLvVcJjZVAwn31E8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
|
Loading…
Reference in a new issue