python3Packages.django-soft-delete: 1.0.19 -> 1.0.21
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-soft-delete";
|
pname = "django-soft-delete";
|
||||||
version = "1.0.19";
|
version = "1.0.21";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "django_soft_delete";
|
pname = "django_soft_delete";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-xn7okg4UVuyoTMWbMwTvJ/qdR2tRa+cmzn4fxVhQKQg=";
|
hash = "sha256-VCvUZQ0naRBaQ2Pqe7f72zwoQp26pmQXFg+PS13GidU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
|||||||
Reference in New Issue
Block a user