Loading pkgs/development/python-modules/django-markup/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { pname = "django-markup"; version = "1.9.1"; version = "1.10"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/django-markup/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { pname = "django-markup"; version = "1.9.1"; version = "1.10"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -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 ]; Loading Loading @@ -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 ]; }; Loading