Merge pull request #275288 from r-ryantm/auto-update/python310Packages.django-rest-registration

python310Packages.django-rest-registration: 0.8.2 -> 0.8.3
This commit is contained in:
OTABI Tomoya 2023-12-20 00:11:22 +09:00 committed by GitHub
commit 0c34003066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "django-rest-registration";
version = "0.8.2";
version = "0.8.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "apragacz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kGZ88Z5nV3HChImmPurHoewobsjotZQ4q9RngBYGe5g=";
hash = "sha256-RDegK+1A01kfpit3LX+ToViqPlTiZ3dIve38ea7lNxE=";
};
propagatedBuildInputs = [