python3Packages.django-markup: 1.9.1 -> 1.10 (#428973)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-markup";
|
||||
version = "1.9.1";
|
||||
version = "1.10";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
owner = "bartTC";
|
||||
repo = "django-markup";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-dj5Z36W4Stly203SKWpR/DF+Wf7+ejbZnDCmHNRb3c0=";
|
||||
hash = "sha256-LcEbN5/LbY3xWellBVK2Kfvt/XLzRJjGWcEk8h722Og=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -76,7 +76,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Generic Django application to convert text with specific markup to html";
|
||||
homepage = "https://github.com/bartTC/django-markup";
|
||||
changelog = "https://github.com/bartTC/django-markup/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/bartTC/django-markup/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user