python310Packages.django-markup: 1.7 -> 1.7.2

https://github.com/bartTC/django-markup/blob/v1.7.2/CHANGELOG.rst
This commit is contained in:
Martin Weinelt 2023-05-03 16:21:23 +02:00
parent 52cd7a36de
commit 61a547260e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,18 +19,18 @@
buildPythonPackage rec {
pname = "django-markup";
version = "1.7";
version = "1.7.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "bartTC";
repo = "django-markup";
rev = "refs/tags/v${version}";
hash = "sha256-P36DYOcjYAvzhSLe5CwzRaIm/KzrpUh0YZjzcwnSBG8=";
hash = "sha256-NvGlvrXOwDrwHhbFHrWf7Kz9sEzTTyq84/Z6jjRNy8Q=";
};
postPatch = ''
sed -i "/--cov/d" setup.cfg
sed -i "/--cov/d" pyproject.toml
'';
buildInputs = [