python3Packages.django-soft-delete: 1.0.21 -> 1.0.22

This commit is contained in:
R. Ryantm
2025-11-03 18:03:44 +00:00
parent 69981fe5cc
commit 71ad98f915
@@ -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 ];