Unverified Commit 0f84338a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.django-markup: 1.9.1 -> 1.10 (#428973)

parents f9f24a08 90948497
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };