python3Packages.django-soft-delete: 1.0.21 -> 1.0.22 (#458179)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-soft-delete";
|
||||
version = "1.0.21";
|
||||
version = "1.0.22";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "django_soft_delete";
|
||||
inherit version;
|
||||
hash = "sha256-VCvUZQ0naRBaQ2Pqe7f72zwoQp26pmQXFg+PS13GidU=";
|
||||
hash = "sha256-MtC7lfGAwopAFj54pViswYkB/VYBH5H47nNcFxptQkQ=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -27,6 +27,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "django_softdelete" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/san4ezy/django_softdelete/blob/master/CHANGELOG.md";
|
||||
description = "Soft delete models, managers, queryset for Django";
|
||||
homepage = "https://github.com/san4ezy/django_softdelete";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user