python3Packages.django-rest-registration: 0.8.3 -> 0.9.0

https://github.com/apragacz/django-rest-registration/releases/tag/0.9.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:16 +02:00
parent 244a0b0aa3
commit f3cce45df4
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "django-rest-registration";
version = "0.8.3";
version = "0.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "apragacz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RDegK+1A01kfpit3LX+ToViqPlTiZ3dIve38ea7lNxE=";
hash = "sha256-EaS1qN7GpfPPeSLwwQdVWSRO2dv0DG5LD7vnXckz4Bg=";
};
propagatedBuildInputs = [